Skip to content

Commit 50901d9

Browse files
committed
test: print gql log
1 parent 64cbb11 commit 50901d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-k8s.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ jobs:
9797
kubectl wait --timeout=600s --for=condition=complete job/load-graphql
9898
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
9999
test "$last_command" -eq 1
100-
kubectl logs jobs/load-graphql
100+
- name: Get GQL output
101+
run: kubectl logs jobs/load-graphql

0 commit comments

Comments
 (0)