Skip to content

Commit

Permalink
build: display free disk space after build in the test-macOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iwuliz committed Sep 20, 2024
1 parent 4f70132 commit aed685f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,10 @@ jobs:
echo "::endgroup::"
- name: Build
run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
- name: Free Space After Build
run: |
echo "::group::Free space after build"
df -h
echo "::endgroup::"
- name: Test
run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"

0 comments on commit aed685f

Please sign in to comment.