Skip to content

Commit

Permalink
Merge pull request opencontainers#4412 from akhilerm/remove-unused-ba…
Browse files Browse the repository at this point in the history
…ts-libs

ci: update bats-action to v2.1.1
  • Loading branch information
kolyshkin authored Sep 26, 2024
2 parents 47756ed + 5b161e0 commit 8e03054
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,13 @@ jobs:
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all

- name: Setup Bats and bats libs
uses: bats-core/bats-action@2.0.0
uses: bats-core/bats-action@2.1.1
with:
bats-version: 1.9.0
support-install: false
assert-install: false
detik-install: false
file-install: false

- name: Allow userns for runc
# https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#unprivileged-user-namespace-restrictions-15
Expand Down

0 comments on commit 8e03054

Please sign in to comment.