File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,18 @@ jobs:
276
276
fail-fast : false
277
277
name : " [build] docker images"
278
278
steps :
279
+ - name : Remove unused software
280
+ run : |
281
+ echo "Available storage before:"
282
+ sudo df -h
283
+ echo
284
+ sudo rm -rf /usr/share/dotnet
285
+ sudo rm -rf /usr/local/lib/android
286
+ sudo rm -rf /opt/ghc
287
+ sudo rm -rf /opt/hostedtoolcache/CodeQL
288
+ echo "Available storage after:"
289
+ sudo df -h
290
+ echo
279
291
- uses : actions/checkout@v4
280
292
- name : setup docker buildx
281
293
id : buildx
@@ -2485,7 +2497,6 @@ jobs:
2485
2497
name : ${{ github.job }}_tracing
2486
2498
path : tests/e2e-playwright/test-results
2487
2499
2488
-
2489
2500
system-test-environment-setup :
2490
2501
timeout-minutes : 30 # if this timeout gets too small, then split the tests
2491
2502
name : " [sys] environment setup"
You can’t perform that action at this time.
0 commit comments