| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8818c6c commit d3dfbe7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,5 +81,7 @@ jobs: | |||
| 81 | 81 | echo "::endgroup::" | |
| 82 | 82 | - name: Build | |
| 83 | 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 | ||
| 84 | 86 | - name: Test | |
| 85 | 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" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments