We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7b524 commit 09f75b2Copy full SHA for 09f75b2
.github/workflows/test-macos.yml
@@ -81,5 +81,7 @@ jobs:
81
echo "::endgroup::"
82
- name: Build
83
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
86
- name: Test
87
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