We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9b2d4 commit d5532edCopy full SHA for d5532ed
1 file changed
.github/workflows/e2e.yml
@@ -146,6 +146,19 @@ jobs:
146
env:
147
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
148
steps:
149
+ - uses: actions/checkout@v4
150
+ with:
151
+ submodules: true
152
+ - name: Maximize runner space
153
+ uses: ./.github/actions/maximize-build-space
154
155
+ root-reserve-mb: 30720
156
+ temp-reserve-mb: 10240
157
+ remove-dotnet: 'true'
158
+ remove-android: 'true'
159
+ remove-haskell: 'true'
160
+ remove-codeql: 'true'
161
+ remove-docker-images: 'true'
162
- uses: actions/checkout@v4
163
with:
164
submodules: true
0 commit comments