Skip to content

Commit 4b6bf34

Browse files
committed
Update run-tests.yml to require orchestra/testbench as a development dependency
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 7e1d177 commit 4b6bf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Install dependencies
4949
run: |
50-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
5151
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5252
5353
- name: List Installed Dependencies

0 commit comments

Comments
 (0)