diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 955d881..bfe4abe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,8 +38,8 @@ jobs: run: vendor/bin/phpunit -c tests/phpunit.xml tests - name: PHPStan run: | - vendor/bin/phpstan analyse - vendor/bin/phpstan analyse -c phpstan.tests.neon.dist + vendor/bin/phpstan analyse -v + vendor/bin/phpstan analyse -v -c phpstan.tests.neon.dist code_style: runs-on: ubuntu-latest