Skip to content

Commit d151e5b

Browse files
committed
Update run-tests.yml
1 parent f647fce commit d151e5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040

4141
- name: Install dependencies
4242
run: |
43-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44-
composer update --prefer-dist --no-interaction
43+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
44+
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
45+
composer update --prefer-dist --no-interaction --no-blocking
4546
4647
- name: Execute tests
4748
run: vendor/bin/pest --ci

0 commit comments

Comments
 (0)