Commit ffb888c
authored
Improve test logging in GitHub CI (#2856)
This changelist reduces console noise and simplifies test logging artifacts in GitHub CI, including the following specific changes:
- Drop the `-VV` flag from the CTest invocation, so that verbose output is printed only for failing tests.
- Rename test log results to `TestLog_${{ matrix.name }}` for alignment across artifact names.
- Add `if-no-files-found: ignore` to the test log upload step, so that jobs without a test step don't generate warnings.1 parent 1ea15a4 commit ffb888c
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| |||
0 commit comments