Skip to content

Commit

Permalink
test: print gql log
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jun 3, 2024
1 parent 64cbb11 commit 50901d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
kubectl wait --timeout=600s --for=condition=complete job/load-graphql
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
test "$last_command" -eq 1
kubectl logs jobs/load-graphql
- name: Get GQL output
run: kubectl logs jobs/load-graphql

0 comments on commit 50901d9

Please sign in to comment.