Skip to content

Commit

Permalink
Fix GitHub Actions: bats is now bats-core
Browse files Browse the repository at this point in the history
  • Loading branch information
TyBrown committed Dec 16, 2022
1 parent 814e224 commit 7ff6290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
submodules: recursive
- name: Install bats
run: brew install bats
run: brew install bats-core
- name: Run int tests
run: bats tests/managers.test

0 comments on commit 7ff6290

Please sign in to comment.