Skip to content

Commit ea7f619

Browse files
committed
Update tests.yml
1 parent f66c915 commit ea7f619

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
${{ runner.os }}-php-
3535
3636
- name: Install dependencies
37-
run: |
38-
composer require "orchestra/testbench"
39-
composer install --prefer-dist --no-progress
37+
run: composer install --prefer-dist --no-progress
4038

4139
- name: Run test suite
4240
run: composer run-script test

0 commit comments

Comments
 (0)