mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-05 00:22:33 +03:00
Avoid having to wait until all tests are processed to exit upon error/failure.
This commit is contained in:
@ -28,4 +28,4 @@ after_failure:
|
||||
- cat storage/logs/laravel.log
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
- phpunit --stop-on-error --stop-on-failure
|
||||
|
Reference in New Issue
Block a user