diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index 6099b769177..ecc0f569105 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -145,16 +145,6 @@ jobs: DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }} DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}" steps: - - name: Maximize build disk space - uses: easimon/maximize-build-space@v10 - if: matrix.os == 'ubuntu-latest' - with: - root-reserve-mb: 32768 - temp-reserve-mb: 10000 - remove-dotnet: true - remove-android: true - remove-haskell: true - remove-codeql: true - uses: actions/checkout@v4 - name: Mount golang cache uses: actions/cache@v4