diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b5bb5736cfc..b000f9dace3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -88,6 +88,15 @@ jobs: name: K8s Integration Test runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: easimon/maximize-build-space@v8 + with: + root-reserve-mb: 35840 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space. + remove-android: "true" + remove-docker-images: "true" + remove-dotnet: "true" + remove-haskell: "true" + - name: Check out code into the Go module directory uses: actions/checkout@v4.1.1