Skip to content

Commit e5e42af

Browse files
committed
Debug: why are the runners running out of disk space?
1 parent 6f6f75b commit e5e42af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
test: false
9191

9292
steps:
93+
- name: Print disk usage
94+
run: |
95+
df -h /
96+
du -sh *
9397
- uses: actions/checkout@v3
9498

9599
- uses: ./.github/actions/setup-build

0 commit comments

Comments
 (0)