Skip to content

Commit e057b80

Browse files
mcbenjemaawikkyk
authored andcommitted
Cleanup containers
1 parent 0a31ad7 commit e057b80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
- name: Cleanup kind clusters
3838
uses: gacts/run-and-post-run@v1
3939
with:
40-
post: "kind get clusters | xargs -I% kind delete cluster --name %"
40+
post: |
41+
kind get clusters | xargs -I% kind delete cluster --name %
42+
docker system prune -a -f

0 commit comments

Comments
 (0)