Skip to content

Commit fe88f4c

Browse files
committed
update dashboard e2e gh-action to add kubectl logs
1 parent 3e629ac commit fe88f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-e2e-dashboard.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
K8S_API: http://127.0.0.1:8001
8585
NODE_ENV: test
8686
CI: true
87+
88+
- name: Log kubectl
89+
run: |
90+
kubectl get all -A
8791
8892
- name: Upload test results
8993
if: always()

0 commit comments

Comments
 (0)