mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 21:59:06 +08:00
Avoid having to wait until all tests are processed to exit upon error/failure.
This commit is contained in:
parent
265ed34ffd
commit
ae2ec43a82
@ -28,4 +28,4 @@ after_failure:
|
|||||||
- cat storage/logs/laravel.log
|
- cat storage/logs/laravel.log
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit --stop-on-error --stop-on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user