File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,14 @@ jobs:
162162 vm : openj9
163163 fail-fast : false
164164 steps :
165+ # tests may fail without freeing up more disk space on the runner
166+ - name : Free disk space
167+ run : |
168+ df -h
169+ sudo rm -rf /usr/local/lib/android
170+ sudo rm -rf /usr/share/dotnet
171+ df -h
172+
165173 - uses : actions/checkout@v3
166174
167175 - id : setup-test-java
@@ -285,7 +293,7 @@ jobs:
285293 run : git config --system core.longpaths true
286294 if : matrix.os == 'windows-latest'
287295
288- # downloading the liberty image (a bit over 10gb) fails without freeing up more disk space on the runner
296+ # downloading the liberty image (a bit over 10gb) fails without freeing up more disk space on the runner
289297 - name : Free disk space
290298 run : |
291299 df -h
You can’t perform that action at this time.
0 commit comments