Skip to content

Commit

Permalink
e2e: use new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g committed Apr 26, 2023
1 parent d652c4f commit 93af5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
nsc cluster create --ephemeral --wait_kube_system --output_to=/tmp/cluster_id.txt
- name: Get pods
run: |
cat /tmp/cluster_id.txt | xargs -I % nsc kubectl % get pods -- -A
cat /tmp/cluster_id.txt | xargs -I % nsc kubectl % get pods -A
- name: Release cluster
if: always()
run: |
Expand Down

0 comments on commit 93af5c4

Please sign in to comment.