Skip to content

Commit 4738813

Browse files
Update ci.yml
1 parent 0b43647 commit 4738813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: composer install --no-progress --prefer-dist
2727

2828
- name: Run PHPStan
29-
run: phpstan analyse src --no-progress
29+
run: vendor/bin/phpstan analyse src --no-progress
3030

3131
- name: Run PHPUnit
3232
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)