Skip to content

Commit 8e03054

Browse files
authored
Merge pull request #4412 from akhilerm/remove-unused-bats-libs
ci: update bats-action to v2.1.1
2 parents 47756ed + 5b161e0 commit 8e03054

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,13 @@ jobs:
155155
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all
156156

157157
- name: Setup Bats and bats libs
158-
uses: bats-core/bats-action@2.0.0
158+
uses: bats-core/bats-action@2.1.1
159159
with:
160160
bats-version: 1.9.0
161+
support-install: false
162+
assert-install: false
163+
detik-install: false
164+
file-install: false
161165

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

0 commit comments

Comments
 (0)