Skip to content

Commit b70ebaf

Browse files
committed
keep debugging wait for api
1 parent 2764b05 commit b70ebaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/miniziti.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
resource: http-get://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}.sslip.io/api/v1/version
121121
delay: 3000
122122
interval: 3000
123-
timeout: 60000
123+
timeout: 30000
124124
verbose: true
125125

126126
- name: Print debug info
@@ -129,6 +129,8 @@ jobs:
129129
run: |
130130
set +e
131131
set -x
132+
curl --verbose --head --fail-with-body http://ctrl.zrok.192.168.49.2.sslip.io/
133+
curl --verbose http://ctrl.zrok.192.168.49.2.sslip.io/api/v1/version
132134
miniziti kubectl get pods -A
133135
miniziti kubectl get services -A
134136
miniziti kubectl get ingresses -A

0 commit comments

Comments
 (0)