mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
try: add wait
This commit is contained in:
parent
1020d3ad49
commit
a22234d591
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-k8s.yml
vendored
1
.github/workflows/docker-k8s.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make kustomize-local-apply
|
make kustomize-local-apply
|
||||||
kubectl proxy &
|
kubectl proxy &
|
||||||
|
sleep 1
|
||||||
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
|
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
|
||||||
- name: Set default namespace and print info
|
- name: Set default namespace and print info
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue