Skip to content

Commit

Permalink
added kubectl watch for wordpress
Browse files Browse the repository at this point in the history
Signed-off-by: PrimalPimmy <[email protected]>
  • Loading branch information
PrimalPimmy committed Aug 23, 2023
1 parent 006b2c3 commit 6254327
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: kubectl get pods -A

- name: Deploy wordpress-mysql
run: kubectl apply -f ./tests/res/wordpress-mysql-dep.yaml
run: |
kubectl apply -f ./tests/res/wordpress-mysql-dep.yaml
kubectl wait --for=condition=ready --timeout=15m -n wordpress-mysql pod -l app=wordpress
- name: Building k8tls
run: make build
Expand Down

0 comments on commit 6254327

Please sign in to comment.