Skip to content

Commit daaed34

Browse files
authored
Merge pull request #4409 from akhilerm/update-actions
ci: update to setup bats action from bats-core
2 parents 5ff9d16 + 8671a7d commit daaed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
EXTRA_BUILDTAGS: ${{ matrix.dmz }}
155155
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all
156156

157-
- name: install bats
158-
uses: mig4/setup-bats@v1
157+
- name: Setup Bats and bats libs
158+
uses: bats-core/bats[email protected]
159159
with:
160160
bats-version: 1.9.0
161161

0 commit comments

Comments
 (0)