Skip to content

Commit 7b8899d

Browse files
committed
Update run-e2e-on-pr-commits.yml
1 parent d130c11 commit 7b8899d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-e2e-on-pr-commits.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,8 @@ jobs:
392392

393393
- name: Deleting KinD cluster
394394
if: always()
395-
run: kind delete cluster
395+
run: |
396+
kubectl get nodes
397+
kubectl get pods -n litmus
398+
kubectl describe pods -n litmus
399+
kind delete cluster

0 commit comments

Comments
 (0)