Skip to content

Commit

Permalink
Update itinerant_phpstan_and_phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 14, 2024
1 parent a207bc6 commit bf75d83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/itinerant_phpstan_and_phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpstan@v3
with:
configuration: settings.php
level: max
path: classes
php_version: ${{ matrix.php_version }}
- if: ${{ always() }}
uses: php-actions/phpunit@v3
Expand Down Expand Up @@ -60,6 +63,6 @@ jobs:
- if: ${{ always() }}
run: phpstan analyse
- if: ${{ always() }}
run: phpstan analyse --configuration settings.php classes
run: phpstan analyse --configuration settings.php level max classes
- if: ${{ always() }}
run: phpunit

0 comments on commit bf75d83

Please sign in to comment.