We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 996359f + 1bd1b3c commit 8bc967bCopy full SHA for 8bc967b
.github/workflows/psalm.yml
@@ -36,4 +36,4 @@ jobs:
36
run: composer install --prefer-dist --no-interaction --no-progress --dev
37
38
- name: Run Psalm
39
- run: vendor/bin/psalm --show-info=true
+ run: vendor/bin/psalm --config=psalm.xml.dist --show-info=true
.github/workflows/test.yml
@@ -39,4 +39,4 @@ jobs:
run: composer update --prefer-dist --no-interaction --no-progress
40
41
- name: Run PHPUnit ${{ matrix.phpunit-version }}
42
- run: vendor/bin/phpunit --coverage-xml=build/coverage-xml
+ run: vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-xml=build/coverage-xml
phpunit.xml phpunit.xml.distphpunit.xml renamed to phpunit.xml.dist
psalm.xml psalm.xml.distpsalm.xml renamed to psalm.xml.dist
0 commit comments