Skip to content

Commit 57b3760

Browse files
committed
php: phpstan run after phpunit
1 parent fa65057 commit 57b3760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
- name: Install dependencies
4444
run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress
4545

46-
- name: PHPStan
47-
run: vendor/bin/phpstan analyze
48-
4946
- name: PHPUnit
5047
run: vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.php${{ matrix.php_version }}.xml.dist
5148

49+
- name: PHPStan
50+
run: vendor/bin/phpstan analyze
51+
5252
- name: Coverage
5353
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)