Skip to content

Commit 28f0dfa

Browse files
committed
wait for localstack pod readyness
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
1 parent eda54f8 commit 28f0dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
helm repo add localstack-charts https://localstack.github.io/helm-charts
148148
helm repo update
149149
helm install localstack localstack-charts/localstack
150+
# Wait for localstack pod to be ready
151+
kubectl wait pod -l=app.kubernetes.io/name=localstack --for=condition=ready
150152
151153
- name: Deploy SQS Keda Connector, Keda ScaledObject and SQS test queue
152154
run: |

0 commit comments

Comments
 (0)