Skip to content

Commit

Permalink
Merge pull request #6289 from commercialhaskell/re6286-df
Browse files Browse the repository at this point in the history
Re #6286 Report disk space usage during CI
  • Loading branch information
mpilgrem authored Oct 11, 2023
2 parents 55e10e3 + 7c6cbfa commit 720325f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,16 @@ jobs:
rm -Rf $(stack path --stack-root)/hooks
fi
# Report the file system disk space usage before checks, for
# information.
df -h
# Do this in the same step as installing deps to get relevant env var modifications
stack etc/scripts/release.hs check ${{ matrix.release-args }}
# Report the file system disk space usage after checks, for information.
df -h
set +ex
- name: Build bindist
Expand Down

0 comments on commit 720325f

Please sign in to comment.