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 0dd67e6 commit 654eec8Copy full SHA for 654eec8
.github/workflows/tests.yml
@@ -42,8 +42,7 @@ jobs:
42
43
- name: Install dependencies
44
run: |
45
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
47
48
- name: Execute tests
49
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
0 commit comments