Skip to content

Commit

Permalink
Merge pull request opencontainers#4409 from akhilerm/update-actions
Browse files Browse the repository at this point in the history
ci: update to setup bats action from bats-core
  • Loading branch information
AkihiroSuda authored Sep 24, 2024
2 parents 5ff9d16 + 8671a7d commit daaed34
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 daaed34

Please sign in to comment.