Commit 22383f3
Add test execution and failure reporting to build.yml
- Add 'Run tests' step using `make test` to run the full git test suite
- Add 'Print test failures' step using `ci/print-test-failures.sh` for
clear failure output on GitHub Actions
- Add 'Upload failed tests' step to upload test artifacts on failure,
conditioned on FAILED_TEST_ARTIFACTS being set by the print step
- Update upload-artifact action to v5 to match main.yml
Co-authored-by: william1982Byrd-afk <263697744+william1982Byrd-afk@users.noreply.github.com>1 parent 20bc5bc commit 22383f3
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
0 commit comments