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 bc7ac85 commit ff5e7a3Copy full SHA for ff5e7a3
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Download dependencies
28
run: |
29
- composer update --no-interaction --prefer-dist --optimize-autoloader
+ composer install --no-interaction --optimize-autoloader
30
./vendor/bin/simple-phpunit install
31
32
- name: Run tests
.github/workflows/static.yml
@@ -22,8 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
24
25
- run: |
+ run: composer install --no-interaction --optimize-autoloader
- name: PHPStan
uses: docker://oskarstark/phpstan-ga:0.12.48
0 commit comments