Skip to content

Commit be85236

Browse files
committed
patch(tests): falling test
1 parent ee3893a commit be85236

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
coverage: none
2323

2424
- name: Install composer dependencies
25-
uses: ramsey/composer-install@v3
25+
run: |
26+
composer install --no-progress
2627
2728
- name: Run PHPStan
2829
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)