From 625432751a6791e9810f092ca34e6d3bd5f77ccd Mon Sep 17 00:00:00 2001 From: PrimalPimmy Date: Wed, 23 Aug 2023 23:52:14 +0530 Subject: [PATCH] added kubectl watch for wordpress Signed-off-by: PrimalPimmy --- .github/workflows/ci-test-ginkgo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-ginkgo.yml b/.github/workflows/ci-test-ginkgo.yml index cb46ee2..12d3be0 100644 --- a/.github/workflows/ci-test-ginkgo.yml +++ b/.github/workflows/ci-test-ginkgo.yml @@ -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