Browse Source
ci: Always be colorful :)
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48210/head
Joas Schilling
6 months ago
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with
2 additions and
2 deletions
-
composer.json
|
|
|
@ -68,9 +68,9 @@ |
|
|
|
"Composer\\Config::disableProcessTimeout", |
|
|
|
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./" |
|
|
|
], |
|
|
|
"test": "phpunit --configuration tests/phpunit-autotest.xml", |
|
|
|
"test": "phpunit --colors=always --configuration tests/phpunit-autotest.xml", |
|
|
|
"test:db": "@composer run test -- --group DB,SLOWDB", |
|
|
|
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml", |
|
|
|
"test:files_external": "phpunit --colors=always --configuration tests/phpunit-autotest-external.xml", |
|
|
|
"rector": "rector --config=build/rector.php && composer cs:fix", |
|
|
|
"openapi": "./build/openapi-checker.sh" |
|
|
|
}, |
|
|
|
|