Skip to content

Commit 9cff2c0

Browse files
committed
fix: run phpstan after codeception build
1 parent bd68caa commit 9cff2c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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)