Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Jul 24, 2024
1 parent f85285e commit c663b0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,15 @@ jobs:
run: make test-e2e-with-cluster ARCH=amd64

- name: pods
if: failure()
run: kubectl get pods -n kiwix -o yaml

- name: pod describe
if: failure()
run: kubectl describe pods -n kiwix

- name: nodes
if: failure()
run: kubectl get nodes -o yaml

- name: nodes
if: failure()
run: kubectl describe nodes

- name: Teardown the cluster
Expand Down

0 comments on commit c663b0a

Please sign in to comment.