Skip to content

Commit

Permalink
Remove unused testing with bats
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrister committed May 10, 2021
1 parent dab12b0 commit 3d72d34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ jobs:
go test -v \
-race \
./...
- name: Build test version
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/bats-core/bats-core.git bats
PATH="./cmd/hcloud:$PATH" bats/bin/bats test
7 changes: 0 additions & 7 deletions test/version.bats

This file was deleted.

0 comments on commit 3d72d34

Please sign in to comment.