Skip to content

Commit 45a734e

Browse files
committed
debug tests
Change-Id: I5f3a8232a954892cdd5cab87cff5e7a275af8ffe
1 parent 8456d79 commit 45a734e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bats.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
brew install kind
5151
brew install docker
52+
brew install bash
5253
- name: Setup Bats and bats libs
5354
id: setup-bats-mac
5455
uses: bats-core/bats-action@3.0.0
@@ -57,7 +58,7 @@ jobs:
5758
env:
5859
BATS_LIB_PATH: ${{ steps.setup-bats-mac.outputs.lib-path }}
5960
TERM: xterm
60-
run: bats -o _artifacts tests/
61+
run: bats -o _artifacts --trace tests/
6162

6263
- name: Upload logs
6364
if: always()

0 commit comments

Comments
 (0)