Skip to content

Commit

Permalink
Update run-e2e-on-pr-commits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uditgaurav committed Apr 26, 2024
1 parent d130c11 commit 7b8899d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-e2e-on-pr-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,8 @@ jobs:

- name: Deleting KinD cluster
if: always()
run: kind delete cluster
run: |
kubectl get nodes
kubectl get pods -n litmus
kubectl describe pods -n litmus
kind delete cluster

0 comments on commit 7b8899d

Please sign in to comment.