We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8ae1 commit 85bc291Copy full SHA for 85bc291
.github/workflows/ci.yml
@@ -86,9 +86,12 @@ jobs:
86
GH_RUN_NUMBER: ${{ github.run_number }}
87
GH_RUN_ATTEMPT: ${{ github.run_attempt }}
88
GH_JOB_ID: ${{ github.job }}
89
+ - name: Check what is in bin
90
+ shell: bash
91
+ run: ls -l && ls -l bin
92
- name: Export kind logs
93
shell: bash
- run: ./bin/kind export logs /tmp/kind-logs
94
+ run: kind export logs /tmp/kind-logs
95
- name: Upload kind logs
96
uses: actions/upload-artifact@v4
97
with:
0 commit comments