We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b66c83 + 2a85ffa commit d9cc94bCopy full SHA for d9cc94b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- name: Install bats
20
- 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
21
- name: Run tests
22
run: PATH="./bats/bin:$PATH" script/test
23
- name: Verify download URL checksums
0 commit comments