Skip to content

Commit bbf5e61

Browse files
committed
Fixed port checking
1 parent 764867c commit bbf5e61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/endtoend_test_containerized.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
kubectl apply -f service.yaml
2727
2828
- name: Wait for server to be ready
29-
run: sleep 10
29+
run: |
30+
sleep 10
31+
kubectl get svc -owide
3032
3133
- name: Install cloud-provider-kind
3234
run: |

0 commit comments

Comments
 (0)