Commit 154c5922 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: correction du nom d'un des jobs de configuration.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"@test:phpmd", "@test:phpmd",
"@test:phpstan", "@test:phpstan",
"@test:phpcpd", "@test:phpcpd",
"@test:composer-require", "@test:composer-require-checker",
"@test:phpunit", "@test:phpunit",
"@test:console" "@test:console"
], ],
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
"test:phpmd": "@php vendor/bin/phpmd src/php,tests text ./phpmd-ruleset.xml", "test:phpmd": "@php vendor/bin/phpmd src/php,tests text ./phpmd-ruleset.xml",
"test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy", "test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy",
"test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction", "test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction",
"test:composer-require": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors", "test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
"test:phpunit": "@php vendor/bin/phpunit", "test:phpunit": "@php vendor/bin/phpunit",
"test:console":[ "test:console":[
"@php tests/Fixtures/console doctrine:schema:validate --skip-sync" "@php tests/Fixtures/console doctrine:schema:validate --skip-sync"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment