Skip to content

Commit 1ede0d3

Browse files
committed
Explicitly run the tests under bash on FreeBSD.
1 parent f667cad commit 1ede0d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ronin-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
usesh: true
101101
copyback: false
102102
prepare: |
103-
pkg install -y shunit2
103+
pkg install -y shunit2 bash
104104
run: |
105105
export SHUNIT2="$(command -v shunit2 2>/dev/null)"
106-
./test/ronin_dev_test.sh
106+
bash ./test/ronin_dev_test.sh

.github/workflows/ronin-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
usesh: true
101101
copyback: false
102102
prepare: |
103-
pkg install -y shunit2
103+
pkg install -y shunit2 bash
104104
run: |
105105
export SHUNIT2="$(command -v shunit2 2>/dev/null)"
106-
./test/ronin_install_test.sh
106+
bash ./test/ronin_install_test.sh

0 commit comments

Comments
 (0)