Skip to content

Commit a19f5b2

Browse files
committed
ci: run composer install
1 parent e88bb70 commit a19f5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
coverage: none
4141
- run: composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
4242
- run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
43+
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
4344
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)