Skip to content

Commit d8b30c3

Browse files
committed
ci: tests shell
1 parent 60f1540 commit d8b30c3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/common.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
zsh) SHELL_PATH="/usr/bin/zsh" ;;
3131
esac
3232
echo "Running with $SHELL_PATH"
33-
$SHELL_PATH --version
33+
34+
bash --version
35+
which bash
36+
sh --version
37+
which sh
3438
TEST_SHELL="$SHELL_PATH" bats tests/core
3539
3640
- name: Integration tests

0 commit comments

Comments
 (0)