Skip to content

Commit

Permalink
Actually update the version of setup-bats
Browse files Browse the repository at this point in the history
I committed the wrong change in the previous commit. Oops. This should be better.
  • Loading branch information
NicMcPhee committed Sep 2, 2021
1 parent 16544d8 commit dc38755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
java-version: 11
- name: Setup BATS testing framework
uses: mig4/setup-bats@v1.0.1
uses: mig4/setup-bats@v1.2.0
- name: Run the bats tests
run: bats test/*.bats

0 comments on commit dc38755

Please sign in to comment.