From 6515996426480453f9f8c8541e87af9b7b79eb28 Mon Sep 17 00:00:00 2001 From: Mohamed Chiheb Ben Jemaa Date: Thu, 25 Apr 2024 13:47:18 +0200 Subject: [PATCH] Cleanup containers --- .github/workflows/e2e.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index da95346a..b54d219b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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"