Skip to content

Commit

Permalink
Debug: why are the runners running out of disk space?
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 18, 2024
1 parent 6f6f75b commit 4dc2e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
should_skip_ghcide: ${{ steps.skip_ghcide_check.outputs.should_skip }}
ghcs: ${{ steps.ghcs.outputs.ghcs }}
steps:
- name: Print disk usage
run: |
dh -h /
# Need the repo checked out in order to read the file
- uses: actions/checkout@v3
- id: ghcs
Expand Down

0 comments on commit 4dc2e25

Please sign in to comment.