We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658666b commit 005087dCopy full SHA for 005087d
.github/workflows/cli-tests.yaml
@@ -145,16 +145,6 @@ jobs:
145
DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }}
146
DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}"
147
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
158
- uses: actions/checkout@v4
159
- name: Mount golang cache
160
uses: actions/cache@v4
0 commit comments