Skip to content

Commit 09f75b2

Browse files
iwulizmarco-ippolito
authored andcommitted
build: display free disk space after build in the test-macOS workflow
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]>
1 parent bc7b524 commit 09f75b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,7 @@ jobs:
8181
echo "::endgroup::"
8282
- name: Build
8383
run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
84+
- name: Free Space After Build
85+
run: df -h
8486
- name: Test
8587
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 commit comments

Comments
 (0)