Skip to content

Commit 72d5796

Browse files
committed
e2e: fix cleanup (?)
0fa73f2 did not fix it
1 parent 361d895 commit 72d5796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Cleanup kind clusters
3232
id: post-run
3333
with:
34-
run: "kind get clusters | xargs -I% kind delete cluster --name %"
34+
run: "sh -c 'kind get clusters | xargs -I % kind delete cluster --name %'"
3535

3636
- uses: actions/setup-go@v5
3737
with:

0 commit comments

Comments
 (0)