diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index 8d1f9356d50..7c5ed487278 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -97,6 +97,15 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 25 }} steps: + - name: Maximize build disk space + uses: easimon/maximize-build-space@v8 + with: + root-reserve-mb: 30000 + temp-reserve-mb: 2000 + remove-dotnet: true + remove-android: true + remove-haskell: true + remove-codeql: true - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: