Skip to content

Commit 0fa73f2

Browse files
authored
Update e2e.yml
1 parent 99c3d1d commit 0fa73f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
name: Cleanup kind clusters
3232
id: post-run
3333
with:
34-
run: |
35-
kind get clusters | xargs -I% kind delete cluster --name %
34+
run: "kind get clusters | xargs -I% kind delete cluster --name %"
3635

3736
- uses: actions/setup-go@v5
3837
with:

0 commit comments

Comments
 (0)