From 49362d75cb204eb4d5e9a671c98147765f070334 Mon Sep 17 00:00:00 2001 From: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:20:26 +0530 Subject: [PATCH] Remove tools cache in github runner Signed-off-by: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com> --- .github/workflows/test-gh.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-gh.yml b/.github/workflows/test-gh.yml index 300e7a99..a5849c0b 100644 --- a/.github/workflows/test-gh.yml +++ b/.github/workflows/test-gh.yml @@ -20,6 +20,12 @@ jobs: runs-on: ubuntu-latest environment: DockerHub E2E 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 - name: Set up Go 1.x uses: actions/setup-go@v3 with: