Skip to content

Commit

Permalink
Merge pull request #2325 from rbenv/use-bats-core
Browse files Browse the repository at this point in the history
Use bats-core instead of archived version
  • Loading branch information
hsbt committed Dec 25, 2023
2 parents 1b66c83 + 2a85ffa commit d9cc94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Install bats
run: git clone --depth 1 https://github.com/sstephenson/bats.git
run: git clone --depth 1 --branch v1.10.0 https://github.com/bats-core/bats-core.git bats
- name: Run tests
run: PATH="./bats/bin:$PATH" script/test
- name: Verify download URL checksums
Expand Down

0 comments on commit d9cc94b

Please sign in to comment.