Skip to content

Commit 9499293

Browse files
Figuring out what is using 66Gb in the runner
1 parent ea5c692 commit 9499293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: df -h
181181

182182
- name: Print disk usage
183-
run: du -h -d 2 /home/runner/
183+
run: du -h -d 2 /
184184

185185
- name: Run instrumentation tests
186186
uses: reactivecircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)