Skip to content

Commit d9cc94b

Browse files
authored
Merge pull request #2325 from rbenv/use-bats-core
Use bats-core instead of archived version
2 parents 1b66c83 + 2a85ffa commit d9cc94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Install bats
20-
run: git clone --depth 1 https://github.com/sstephenson/bats.git
20+
run: git clone --depth 1 --branch v1.10.0 https://github.com/bats-core/bats-core.git bats
2121
- name: Run tests
2222
run: PATH="./bats/bin:$PATH" script/test
2323
- name: Verify download URL checksums

0 commit comments

Comments
 (0)