Skip to content

Commit

Permalink
Merge pull request #122 from Codeception/phpstan-tests
Browse files Browse the repository at this point in the history
chore(ci): use phpstan on tests folder too, initially with baseline
  • Loading branch information
SamMousa authored Feb 24, 2025
2 parents 729e04d + f9131bd commit a1703d0
Show file tree
Hide file tree
Showing 3 changed files with 2,106 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
- name: Run PHPStan
run: php vendor/bin/phpstan

- name: Run test suite
run: |
php vendor/bin/codecept build
php vendor/bin/codecept run
- name: Run PHPStan
run: php vendor/bin/phpstan
Loading

0 comments on commit a1703d0

Please sign in to comment.