Skip to content

Commit

Permalink
test: use maximize build space for VM tests (#5362)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 13, 2023
1 parent c413422 commit 6c12f04
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 @@ -130,6 +130,15 @@ jobs:
name: VM 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: Checkout
uses: actions/checkout@v4.1.0

Expand Down

0 comments on commit 6c12f04

Please sign in to comment.