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.
bash
1 parent f667cad commit 1ede0d3Copy full SHA for 1ede0d3
.github/workflows/ronin-dev.yml
@@ -100,7 +100,7 @@ jobs:
100
usesh: true
101
copyback: false
102
prepare: |
103
- pkg install -y shunit2
+ pkg install -y shunit2 bash
104
run: |
105
export SHUNIT2="$(command -v shunit2 2>/dev/null)"
106
- ./test/ronin_dev_test.sh
+ bash ./test/ronin_dev_test.sh
.github/workflows/ronin-install.yml
- ./test/ronin_install_test.sh
+ bash ./test/ronin_install_test.sh
0 commit comments