Skip to content

Commit

Permalink
ci: add maximize-build-space for Test job (#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Feb 28, 2024
1 parent 1dfece8 commit 4f70468
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 32768 # The golangci-lint uses a lot of space.
remove-android: "true"
remove-docker-images: "true"
remove-dotnet: "true"
remove-haskell: "true"
if: matrix.operating-system == 'ubuntu-latest'

- uses: actions/checkout@v4.1.1

- name: Set up Go
Expand Down

0 comments on commit 4f70468

Please sign in to comment.