Skip to content

Commit

Permalink
Cleanup containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored and wikkyk committed Apr 29, 2024
1 parent 0a31ad7 commit f16632d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
- name: Cleanup kind clusters
uses: gacts/run-and-post-run@v1
with:
post: "kind get clusters | xargs -I% kind delete cluster --name %"
post: |
"kind get clusters | xargs -I% kind delete cluster --name %"
"docker system prune -a -f"

0 comments on commit f16632d

Please sign in to comment.