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 4182c8c commit 3199c97Copy full SHA for 3199c97
.github/workflows/run-tests-l8.yml
@@ -41,6 +41,5 @@ jobs:
41
run: |
42
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" --no-interaction --no-update
43
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
44
- cp .env.example .env
45
- - name: Execute tests
46
- run: vendor/bin/phpunit
+ # - name: Execute tests
+ # run: vendor/bin/phpunit
0 commit comments