mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 04:13:42 +01: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
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
- phpunit --stop-on-error --stop-on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user