Skip to content

Commit 8456d79

Browse files
committed
fix tests
Change-Id: I1c6ad6fd676c3c167a14cf0e4e3b12b29ffceb5e
1 parent 91e50d0 commit 8456d79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/bats.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@ 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
55-
colima start
52+
- name: Setup Bats and bats libs
53+
id: setup-bats-mac
54+
uses: bats-core/bats-action@3.0.0
5655
- name: Bats tests
5756
shell: bash
5857
env:
59-
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
58+
BATS_LIB_PATH: ${{ steps.setup-bats-mac.outputs.lib-path }}
6059
TERM: xterm
6160
run: bats -o _artifacts tests/
6261

0 commit comments

Comments
 (0)