Skip to content

Commit a991643

Browse files
committed
TEMP test ci
1 parent a0b4a48 commit a991643

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bats.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
env:
7070
TERM: linux
7171
run: |
72-
bash --version
73-
bats -o _artifacts --trace --verbose-run --formatter tap tests/
72+
mkdir -p _artifacts
73+
kind create cluster -v 7 --config tests/kind.yaml --retain || true
74+
kind export logs ./_artifacts/logs
7475
- name: Debug info
7576
if: always()
7677
run: |

0 commit comments

Comments
 (0)