Skip to content

Commit 7af00cb

Browse files
committed
fix: one more try before thinking harder about this...
1 parent 83fa223 commit 7af00cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
125125
kubectl wait pods -n workbench -lapp.kubernetes.io/component=workbench --for condition=Ready --timeout 10s
126126
kubectl wait pods -n workbench -lapp=workbench-mongodb-svc --for condition=Ready --timeout 10s
127127
sleep 2
128-
kubectl exec -it deploy/workbench -c apiserver -n workbench -- curl --fail --insecure http://localhost:5000/api/v1/services
128+
kubectl get pods,mdbc,pvc workbench-mongodb -n workbench
129+
kubectl describe mdbc workbench-mongodb -n workbench
130+
kubectl exec -it deploy/workbench -c apiserver -n workbench -- curl -vvv --fail --insecure http://localhost:5000/api/v1/services
129131
130132
- name: "Test Connection - Ingress -> WebUI"
131133
run: |

0 commit comments

Comments
 (0)