We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e50d0 commit 42597e9Copy full SHA for 42597e9
.github/workflows/bats.yml
@@ -45,18 +45,18 @@ jobs:
45
steps:
46
- name: Checkout
47
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
51
- name: Set up environment (download dependencies)
52
run: |
53
brew install kind
54
brew install docker
55
colima start
+ - name: Setup Bats and bats libs
+ id: setup-bats-mac
+ uses: bats-core/bats-action@3.0.0
56
- name: Bats tests
57
shell: bash
58
env:
59
- BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
+ BATS_LIB_PATH: ${{ steps.setup-bats-mac.outputs.lib-path }}
60
TERM: xterm
61
run: bats -o _artifacts tests/
62
0 commit comments