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 f647fce commit d151e5bCopy full SHA for d151e5b
1 file changed
.github/workflows/run-tests.yml
@@ -40,8 +40,9 @@ jobs:
40
41
- name: Install dependencies
42
run: |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44
- composer update --prefer-dist --no-interaction
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
+ composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
45
+ composer update --prefer-dist --no-interaction --no-blocking
46
47
- name: Execute tests
48
run: vendor/bin/pest --ci
0 commit comments