We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4a48 commit 99b5af7Copy full SHA for 99b5af7
.github/workflows/bats.yml
@@ -70,7 +70,7 @@ jobs:
70
TERM: linux
71
run: |
72
bash --version
73
- bats -o _artifacts --trace --verbose-run --formatter tap tests/
+ kind create cluster -v 7 --config tests/kind.yaml
74
- name: Debug info
75
if: always()
76
0 commit comments