Skip to content

Commit 7c415a0

Browse files
committed
fix: actual last try before a break :X need more details
1 parent f62eecd commit 7c415a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
kubectl get pods,pvc -n workbench
129129
kubectl get mdbc workbench-mongodb -n workbench
130130
kubectl describe mdbc workbench-mongodb -n workbench
131-
kubectl exec -it deploy/workbench -c apiserver -n workbench -- curl -vvv --fail --insecure http://localhost:5000/api/v1/services
131+
kubectl exec -it deploy/workbench -c apiserver -n workbench -- curl -vvv --fail --insecure http://localhost:5000/api/v1/services || kubectl logs -f -lapp.kubernetes.io/component=workbench -n ${NAMESPACE} -c apiserver && exit 500
132132
133133
- name: "Test Connection - Ingress -> WebUI"
134134
run: |

0 commit comments

Comments
 (0)