test: print gql log

This commit is contained in:
Naramsim 2024-06-03 08:53:09 +02:00
parent 64cbb1193d
commit 50901d9c89

View file

@ -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