mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +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: |
|
||||
make kustomize-local-apply
|
||||
kubectl proxy &
|
||||
sleep 1
|
||||
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
|
||||
- name: Set default namespace and print info
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue