Skip to content

Commit 9ed9acb

Browse files
authored
Switch bats to maintained bats-core (CI) (#287)
sstephenson/bats is not maintained any longer [1]. it spilled errors when running tests. replacing it with bats-core/bats-core worked out of the box. [1]: sstephenson/bats#269 etc.
1 parent 178bf96 commit 9ed9acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: ./script/build.bash linux amd64 test-build; mv dist/hcloud* cmd/hcloud/hcloud
2525
- name: Run bats
2626
run: |
27-
git clone --depth 1 https://github.com/sstephenson/bats.git
27+
git clone --depth 1 https://github.com/bats-core/bats-core.git bats
2828
PATH="./cmd/hcloud:$PATH" bats/bin/bats test

0 commit comments

Comments
 (0)