Skip to content

Commit

Permalink
CI: display phpstan error identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Aug 3, 2024
1 parent ac464a7 commit 1955750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: vendor/bin/tester -c tests/php.ini -s 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
- if: failure()
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1955750

Please sign in to comment.