Skip to content

Commit 42597e9

Browse files
committed
fix tests
Change-Id: I1c6ad6fd676c3c167a14cf0e4e3b12b29ffceb5e
1 parent 91e50d0 commit 42597e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48-
- name: Setup Bats and bats libs
49-
id: setup-bats
50-
uses: bats-core/bats-action@3.0.0
5148
- name: Set up environment (download dependencies)
5249
run: |
5350
brew install kind
5451
brew install docker
5552
colima start
53+
- name: Setup Bats and bats libs
54+
id: setup-bats-mac
55+
uses: bats-core/bats-action@3.0.0
5656
- name: Bats tests
5757
shell: bash
5858
env:
59-
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
59+
BATS_LIB_PATH: ${{ steps.setup-bats-mac.outputs.lib-path }}
6060
TERM: xterm
6161
run: bats -o _artifacts tests/
6262

0 commit comments

Comments
 (0)