We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b66c83 commit 2a85ffaCopy full SHA for 2a85ffa
.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