diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index df26f1b..a8fce28 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -35,7 +35,5 @@ jobs: run: "composer validate" - name: "Install dependencies" run: "composer install" - - name: "Code analyze" - run: "composer analyze" - name: "Run test suite" run: "composer test -- -c phpunit.xml.github-actions.dist" diff --git a/composer.json b/composer.json index 96660e1..07b13b5 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "scripts": { "post-update-cmd": [ "@composer dump-autoload" - ] + ], + "test": "phpunit --colors=always -vvv" } }