Skip to content

Commit

Permalink
better names
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 25, 2024
1 parent 657c917 commit 56f0d78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ jobs:
- name: Run tests
run: make test-e2e-with-cluster ARCH=amd64

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

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

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

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

Expand Down

0 comments on commit 56f0d78

Please sign in to comment.