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 fef74be commit 877e0a6
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 @@ -32,6 +32,7 @@ jobs:
- if: ${{ always() }}
uses: php-actions/phpunit@v3
with:
path: classes
php_version: ${{ matrix.php_version }}

itinerant_phpstan_and_phpunit_alt:
Expand All @@ -55,6 +56,8 @@ jobs:
tools: phplint, phpstan, phpunit
- run: phplint
- if: ${{ always() }}
run: phpstan .
run: phpstan analyse
- if: ${{ always() }}
run: phpstan analyse classes
- if: ${{ always() }}
run: phpunit

0 comments on commit 877e0a6

Please sign in to comment.