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 11120a3 commit 5d4812aCopy full SHA for 5d4812a
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: vendor/bin/phpstan analyse src --no-progress
+ run: composer test:type
30
31
- name: Run PHPUnit
32
- run: vendor/bin/phpunit --testdox
+ run: composer test:unit
0 commit comments