diff --git a/.github/workflows/shell_testing.yml b/.github/workflows/shell_testing.yml index c19d2304..0e39a95f 100644 --- a/.github/workflows/shell_testing.yml +++ b/.github/workflows/shell_testing.yml @@ -25,3 +25,6 @@ jobs: git submodule add https://github.com/bats-core/bats-file.git test_helper/bats-file cd bats ./install.sh ~/.local/ + + - name: Run bats + run: ~/.local/bin/bats tests/bats/main.bats --verbose-run