Skip to content

Commit 7ef5b1f

Browse files
committed
Fixed port checking
1 parent a52f063 commit 7ef5b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/endtoend_test_containerized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
kubectl apply -f deployment.yaml
3131
kubectl apply -f service.yaml
32-
timeout 40s cloud-provider-kind || true
32+
cloud-provider-kind &
3333
3434
- name: Wait for server to be ready
3535
run: |

0 commit comments

Comments
 (0)