From 74cb2c19f11266ca2778f584f149ed7c1ad85176 Mon Sep 17 00:00:00 2001 From: Sascha Schwarze Date: Wed, 11 Oct 2023 20:46:47 +0200 Subject: [PATCH] Optimize disk space during e2e --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da8dbc6b4a..0c5ca376d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,16 @@ jobs: max-parallel: 2 runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: easimon/maximize-build-space@09ba4bd25af416c42e0142983065fcca855807a5 + with: + root-reserve-mb: 30720 + swap-size-mb: 1024 + remove-android: "true" + remove-codeql: "true" + remove-docker-images: "true" + remove-dotnet: "true" + remove-haskell: "true" - name: Check out code uses: actions/checkout@v3 - name: Install Go