Skip to content

Commit c898858

Browse files
committed
github: install bats from ubuntu repo
The action has not been updated over 4 years and there doesn't seem a particular need to bin a specific old bats version, just use the one from the normal distro repos. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 3389c72 commit c898858

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
go-version: ${{ matrix.go-version }}
3030

3131
- name: install bats
32-
uses: mig4/setup-bats@v1
33-
with:
34-
bats-version: 1.4.1
32+
run: sudo apt-get update && sudo apt-get install bats
3533

3634
- name: build
3735
run: make build EXTRA_BUILD_FLAGS="${{ matrix.race }}"

0 commit comments

Comments
 (0)