Skip to content

Commit a48f700

Browse files
committed
Switched to dual run phpstan
1 parent a065d8d commit a48f700

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
run: vendor/bin/phpunit --log-junit=reports/report-phpunit.xml --coverage-clover=reports/coverage-phpunit.xml
6565

6666
- name: Static analysis with PHPStan
67-
run: vendor/bin/phpstan analyse --error-format=github --error-format=json > reports/phpstan.json
67+
run: |
68+
vendor/bin/phpstan analyse --error-format=github
69+
vendor/bin/phpstan analyse --error-format=json > reports/phpstan.json
6870
6971
- name: Static analysis with Psalm
7072
if: "${{ matrix.experimental == false }}"

0 commit comments

Comments
 (0)