We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zsh
1 parent 1ede0d3 commit e245d93Copy full SHA for e245d93
.github/workflows/ronin-dev.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Configure env
87
run: echo "SHUNIT2=$(command -v shunit2 2>/dev/null)" >> $GITHUB_ENV
88
- name: Run tests
89
- run: ./test/ronin_dev_test.sh
+ run: zsh ./test/ronin_dev_test.sh
90
91
freebsd:
92
runs-on: ubuntu-latest
.github/workflows/ronin-install.yml
- run: ./test/ronin_install_test.sh
+ run: zsh ./test/ronin_install_test.sh
0 commit comments