Skip to content

Commit 85bc291

Browse files
committed
Attempt to execute kind
1 parent 0cc8ae1 commit 85bc291

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@ jobs:
8686
GH_RUN_NUMBER: ${{ github.run_number }}
8787
GH_RUN_ATTEMPT: ${{ github.run_attempt }}
8888
GH_JOB_ID: ${{ github.job }}
89+
- name: Check what is in bin
90+
shell: bash
91+
run: ls -l && ls -l bin
8992
- name: Export kind logs
9093
shell: bash
91-
run: ./bin/kind export logs /tmp/kind-logs
94+
run: kind export logs /tmp/kind-logs
9295
- name: Upload kind logs
9396
uses: actions/upload-artifact@v4
9497
with:

0 commit comments

Comments
 (0)