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.
1 parent 0b43647 commit 4738813Copy full SHA for 4738813
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: composer install --no-progress --prefer-dist
27
28
- name: Run PHPStan
29
- run: phpstan analyse src --no-progress
+ run: vendor/bin/phpstan analyse src --no-progress
30
31
- name: Run PHPUnit
32
run: vendor/bin/phpunit --testdox
0 commit comments