Skip to content

Commit

Permalink
chore: export kind logs
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Aug 14, 2024
1 parent 5aa4c70 commit 64875fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sqlness-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: Export kind logs
if: failure()
shell: bash
run: kind export logs -n greptimedb-operator-e2e /tmp/kind
run: kind export logs /tmp/kind
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 64875fc

Please sign in to comment.