Skip to content

Commit

Permalink
ci: update to setup bats action from bats-core
Browse files Browse the repository at this point in the history
mig4/setup-bats is now unmaintained(last commit in Sep 2021).
bats-core/bats-action can be used as a replacement maintained
by the bats-core team.

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Sep 22, 2024
1 parent 1590491 commit 8671a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
EXTRA_BUILDTAGS: ${{ matrix.dmz }}
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all

- name: install bats
uses: mig4/setup-bats@v1
- name: Setup Bats and bats libs
uses: bats-core/bats[email protected]
with:
bats-version: 1.9.0

Expand Down

0 comments on commit 8671a7d

Please sign in to comment.