Skip to content

Commit

Permalink
run phpstan during integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed Oct 24, 2023
1 parent cea1b6a commit eff146d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Static analysis
run: |
composer require --dev phpstan/phpstan
vendor/bin/phpstan analyse src
- name: Run PHPUnit
run: vendor/bin/phpunit tests
run: vendor/bin/phpunit --verbose --colors=always tests

0 comments on commit eff146d

Please sign in to comment.