Skip to content

Commit

Permalink
chore(ci): export kind logs (#3996)
Browse files Browse the repository at this point in the history
* chore(ci): export kind logs

* chore: add empty line
  • Loading branch information
WenyXu committed May 21, 2024
1 parent 4778575 commit 56aed6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/actions/sqlness-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ runs:
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}
run: |
aws s3 rm s3://${{ inputs.aws-ci-test-bucket }}/${{ inputs.data-root }} --recursive
- name: Export kind logs
if: failure()
shell: bash
run: kind export logs -n greptimedb-operator-e2e /tmp/kind
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v4
with:
name: kind-logs
path: /tmp/kind
retention-days: 3

0 comments on commit 56aed6e

Please sign in to comment.