Skip to content

Commit

Permalink
[ci] run phpstan on packages too to detect bugs in configs (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 19, 2022
1 parent 6c7caa6 commit 23c2282
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- rectorphp/rector-doctrine
- rectorphp/rector-downgrade-php
- rectorphp/rector-php-parser
actions:
-
name: 'Unit Tests'
run: vendor/bin/phpunit
-
name: 'PHPStan'
run: vendor/bin/phpstan

steps:
# see https://github.com/actions/checkout#usage
Expand All @@ -50,4 +57,4 @@ jobs:

- run: composer install --ansi

- run: vendor/bin/phpunit
- run: ${{ matrix.actions.run }}

0 comments on commit 23c2282

Please sign in to comment.