Skip to content

Commit 4dc2e25

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
should_skip_ghcide: ${{ steps.skip_ghcide_check.outputs.should_skip }}
2323
ghcs: ${{ steps.ghcs.outputs.ghcs }}
2424
steps:
25+
- name: Print disk usage
26+
run: |
27+
dh -h /
2528
# Need the repo checked out in order to read the file
2629
- uses: actions/checkout@v3
2730
- id: ghcs

0 commit comments

Comments
 (0)