Skip to content

Commit a1703d0

Browse files
authored
Merge pull request #122 from Codeception/phpstan-tests
chore(ci): use phpstan on tests folder too, initially with baseline
2 parents 729e04d + f9131bd commit a1703d0

File tree

3 files changed

+2106
-5
lines changed

3 files changed

+2106
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
29-
- name: Run PHPStan
30-
run: php vendor/bin/phpstan
31-
3229
- name: Run test suite
3330
run: |
3431
php vendor/bin/codecept build
3532
php vendor/bin/codecept run
33+
- name: Run PHPStan
34+
run: php vendor/bin/phpstan

0 commit comments

Comments
 (0)