We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729e04d + f9131bd commit a1703d0Copy full SHA for a1703d0
.github/workflows/main.yml
@@ -26,10 +26,9 @@ jobs:
26
27
- name: Install dependencies
28
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
29
- - name: Run PHPStan
30
- run: php vendor/bin/phpstan
31
-
32
- name: Run test suite
33
run: |
34
php vendor/bin/codecept build
35
php vendor/bin/codecept run
+ - name: Run PHPStan
+ run: php vendor/bin/phpstan
0 commit comments