Skip to content

Commit

Permalink
php: phpstan run after phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne committed Dec 20, 2024
1 parent 4a11cfe commit d3b2f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Install dependencies
run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress

- name: PHPStan
run: vendor/bin/phpstan analyze

- name: PHPUnit
run: vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.php${{ matrix.php_version }}.xml.dist

- name: PHPStan
run: vendor/bin/phpstan analyze

- name: Coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit d3b2f8a

Please sign in to comment.