Skip to content

Commit

Permalink
Switch bats to maintained bats-core (CI)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ktomk committed Nov 5, 2020
1 parent 178bf96 commit de11930
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 @@ -24,5 +24,5 @@ jobs:
run: ./script/build.bash linux amd64 test-build; mv dist/hcloud* cmd/hcloud/hcloud
- name: Run bats
run: |
git clone --depth 1 https://github.com/sstephenson/bats.git
git clone --depth 1 https://github.com/bats-core/bats-core.git bats
PATH="./cmd/hcloud:$PATH" bats/bin/bats test

0 comments on commit de11930

Please sign in to comment.