Skip to content

Commit 4812417

Browse files
committed
turn off maximize-build-space
1 parent 126c085 commit 4812417

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,16 @@ jobs:
145145
DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }}
146146
DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}"
147147
steps:
148-
- name: Maximize build disk space
149-
uses: easimon/maximize-build-space@v10
150-
if: matrix.os == 'ubuntu-latest'
151-
with:
152-
root-reserve-mb: 32768
153-
temp-reserve-mb: 10000
154-
remove-dotnet: true
155-
remove-android: true
156-
remove-haskell: true
157-
remove-codeql: true
148+
# - name: Maximize build disk space
149+
# uses: easimon/maximize-build-space@v10
150+
# if: matrix.os == 'ubuntu-latest'
151+
# with:
152+
# root-reserve-mb: 32768
153+
# temp-reserve-mb: 10000
154+
# remove-dotnet: true
155+
# remove-android: true
156+
# remove-haskell: true
157+
# remove-codeql: true
158158
- uses: actions/checkout@v4
159159
- name: Mount golang cache
160160
uses: actions/cache@v4

0 commit comments

Comments
 (0)