Skip to content

Commit

Permalink
[ci] Add run bats task
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 18, 2023
1 parent 6b0a401 commit fc4f41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shell_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc4f41d

Please sign in to comment.