Skip to content

Commit

Permalink
chore: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 16, 2024
1 parent fcd8f52 commit ee78a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ jobs:
-n my-greptimedb
- name: Print GreptimeDB info
if: always()
run: kubectl get all --show-labels -n my-greptimedb
run: |
kubectl get all --show-labels -n my-greptimedb
kubectl logs -l app.greptime.io/component=my-greptimedb-frontend -n my-greptimedb
sqlness:
name: Sqlness Test
Expand Down

0 comments on commit ee78a9b

Please sign in to comment.