Skip to content

Commit

Permalink
ci: Pin bats version to work around broken CI (#936)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth authored Mar 31, 2024
1 parent bece944 commit 86afe2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: setup bats
uses: bats-core/[email protected]
with:
# Pin bats version to fix CI issue: https://github.com/bats-core/bats-action/pull/4
bats-version: "1.10.0"
support-install: false
assert-install: false
detik-install: false
Expand Down

0 comments on commit 86afe2f

Please sign in to comment.