Skip to content

Commit b624539

Browse files
committed
Fixed port checking
1 parent a61e370 commit b624539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/endtoend_test_containerized_metallb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
else
6868
echo "Service has external IP: $EXTERNAL_IP"
6969
echo "SERVICE_URL=http://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
70+
kubectl get svc -A -owide
7071
fi
7172
7273
- name: Send GET request and check response

0 commit comments

Comments
 (0)