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
PR-URL: #55025
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
iwuliz authored and marco-ippolito committed Nov 17, 2024
1 parent bc7b524 commit 09f75b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,7 @@ 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: df -h
- 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 09f75b2

Please sign in to comment.