mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 23:42:57 +08: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