From 83328bf40299de62d60f97f0e13556c854969683 Mon Sep 17 00:00:00 2001 From: Rohit Aggarwal Date: Tue, 14 May 2024 15:58:38 +0530 Subject: [PATCH] Freeing up space as gh action is failing Signed-off-by: Rohit Aggarwal --- .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 89176663..136a996f 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@v1.3.0 + 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: