mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
test: print gql log
This commit is contained in:
parent
64cbb1193d
commit
50901d9c89
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-k8s.yml
vendored
3
.github/workflows/docker-k8s.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue