From 542867820950e1b3e1c6b053c9bedff769ee5ceb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 11 Aug 2025 10:10:38 +0200 Subject: [PATCH] chore(ci): more cleanup Signed-off-by: Ettore Di Giacinto --- .github/workflows/test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a3f89871..96ae04d75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,20 @@ jobs: matrix: go-version: ['1.21.x'] steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: true + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true - name: Release space from worker run: | echo "Listing top largest packages"