Skip to content

Commit

Permalink
[ci] Fix bats command
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 19, 2023
1 parent 102c07e commit 26db411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shell_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
./install.sh ~/.local/
- name: Run bats
run: ~/.local/bin/bats tests/bats/main.bats --verbose-run
run: ~/.local/bin/bats tests/bats/* --verbose-run --print-output-on-failure -x

0 comments on commit 26db411

Please sign in to comment.