Skip to content

Commit

Permalink
e2e: fix cleanup (?)
Browse files Browse the repository at this point in the history
0fa73f2 did not fix it
  • Loading branch information
wikkyk committed Apr 3, 2024
1 parent 361d895 commit 72d5796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Cleanup kind clusters
id: post-run
with:
run: "kind get clusters | xargs -I% kind delete cluster --name %"
run: "sh -c 'kind get clusters | xargs -I % kind delete cluster --name %'"

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 72d5796

Please sign in to comment.