Skip to content

Commit 88683b0

Browse files
committed
add for loop for check status #17
1 parent 882cb53 commit 88683b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/kind-chaos-mesh-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ jobs:
4747
4848
- name: Check pods
4949
run: |
50+
for i in `seq 10`
51+
do
5052
kubectl get pods -n chaos-testing
51-
sleep 5
5253
kubectl get pods
54+
sleep 5
55+
done
5356
5457
- name: Chaos Mesh
5558
uses: chaos-mesh/chaos-mesh-action@v0.4

0 commit comments

Comments
 (0)