Skip to content

Commit e245d93

Browse files
committed
Explicitly run the tests on macOS under zsh.
1 parent 1ede0d3 commit e245d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ronin-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Configure env
8787
run: echo "SHUNIT2=$(command -v shunit2 2>/dev/null)" >> $GITHUB_ENV
8888
- name: Run tests
89-
run: ./test/ronin_dev_test.sh
89+
run: zsh ./test/ronin_dev_test.sh
9090

9191
freebsd:
9292
runs-on: ubuntu-latest

.github/workflows/ronin-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Configure env
8787
run: echo "SHUNIT2=$(command -v shunit2 2>/dev/null)" >> $GITHUB_ENV
8888
- name: Run tests
89-
run: ./test/ronin_install_test.sh
89+
run: zsh ./test/ronin_install_test.sh
9090

9191
freebsd:
9292
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)