Skip to content

Commit

Permalink
improvement: added test for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSte committed Jan 1, 2024
1 parent 6f29f55 commit d705b14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,22 @@ jobs:
TERM: linux # fix tput for tty issue work around
run: |
$PWD/test/bats/bin/bats --tap test
bats-test-macos:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install bats
run: |
git submodule init
git submodule update
- name: Run Bats Test
shell: 'script -q -e -c "bash {0}"' # work around tty issues
env:
TERM: linux # fix tput for tty issue work around
run: |
$PWD/test/bats/bin/bats --tap test

0 comments on commit d705b14

Please sign in to comment.