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 8df5548 commit 868e7a5Copy full SHA for 868e7a5
.github/workflows/ci-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
38
- composer update --prefer-dist --no-interaction --no-suggest
+ composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
39
40
- name: Execute tests
41
- run: ./vendor/bin/phpunit
+ run: vendor/bin/phpunit
0 commit comments