We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f908e commit 5abe96dCopy full SHA for 5abe96d
1 file changed
.github/workflows/ci.yml
@@ -76,8 +76,8 @@ jobs:
76
77
- name: Run phpstan integration test app
78
if: always()
79
- run: vendor/bin/phpstan analyse --debug --error-format=github tests/test_app/
+ run: vendor/bin/phpstan analyse --debug -c phpstan-test-app.neon --error-format=github tests/test_app/
80
81
- name: Run phpstan integration test plugin
82
83
- run: vendor/bin/phpstan analyse --debug --error-format=github tests/test_plugin/
+ run: vendor/bin/phpstan analyse --debug -c phpstan-test-plugin.neon --error-format=github tests/test_plugin/
0 commit comments