Commit 0e7338a
committed
Fail the job when PHPUnit crashes or tests fail
continue-on-error: true on the PHPUnit step made the job report green
even when the tests segfaulted, which is misleading. Drop it so the job
status reflects real pass/fail.1 parent 441d211 commit 0e7338a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | 366 | | |
368 | 367 | | |
369 | 368 | | |
| |||
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
377 | | - | |
| 376 | + | |
0 commit comments