Skip to content

Commit

Permalink
Re #6286 Report disk space usage during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Oct 11, 2023
1 parent 55e10e3 commit b20cdbb
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.
sudo 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.
sudo df -h
set +ex
- name: Build bindist
Expand Down

0 comments on commit b20cdbb

Please sign in to comment.