From 93af5c401ab145e14178c44fdac194fc8a27b064 Mon Sep 17 00:00:00 2001 From: Niklas Gehlen Date: Wed, 26 Apr 2023 16:54:23 +0200 Subject: [PATCH] e2e: use new syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45aa42a..5b7dba0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |