There was an error while loading. Please reload this page.
1 parent 64cbb11 commit 50901d9Copy full SHA for 50901d9
1 file changed
.github/workflows/docker-k8s.yml
@@ -97,4 +97,5 @@ jobs:
97
kubectl wait --timeout=600s --for=condition=complete job/load-graphql
98
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
99
test "$last_command" -eq 1
100
- kubectl logs jobs/load-graphql
+ - name: Get GQL output
101
+ run: kubectl logs jobs/load-graphql
0 commit comments