File tree Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -228,16 +228,6 @@ jobs:
228228 outputs :
229229 test_file_matrix : ${{ steps.vscode-get-test-file-matrix.outputs.test_file_matrix }}
230230 steps :
231- - name : Free disk space
232- uses : jlumbroso/free-disk-space@main
233- with :
234- tool-cache : false
235- android : true
236- dotnet : true
237- haskell : true
238- large-packages : true
239- swap-storage : true
240-
241231 - uses : actions/checkout@v5
242232 - uses : actions/setup-node@v6
243233 with :
@@ -298,16 +288,6 @@ jobs:
298288 runs-on : ubuntu-latest
299289 timeout-minutes : 15
300290 steps :
301- - name : Free disk space
302- uses : jlumbroso/free-disk-space@main
303- with :
304- tool-cache : false
305- android : true
306- dotnet : true
307- haskell : true
308- large-packages : true
309- swap-storage : true
310-
311291 - uses : actions/checkout@v5
312292 with :
313293 fetch-depth : 0
@@ -340,16 +320,6 @@ jobs:
340320 test_file : ${{ fromJson(needs.vscode-get-test-file-matrix.outputs.test_file_matrix) }}
341321 command : ["e2e:ci:run", "e2e:ci:run-yaml"]
342322 steps :
343- - name : Free disk space
344- uses : jlumbroso/free-disk-space@main
345- with :
346- tool-cache : false
347- android : true
348- dotnet : true
349- haskell : true
350- large-packages : true
351- swap-storage : true
352-
353323 - uses : actions/checkout@v5
354324 - name : Run VS Code E2E test
355325 uses : ./.github/actions/run-vscode-e2e-test
@@ -371,7 +341,8 @@ jobs:
371341 android : true
372342 dotnet : true
373343 haskell : true
374- large-packages : true
344+ large-packages : false
345+ docker-images : true
375346 swap-storage : true
376347
377348 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments