Skip to content

Commit

Permalink
ci: use maximize build space for K8s tests (#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Nov 6, 2023
1 parent fed4710 commit df47073
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df47073

Please sign in to comment.