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 71f776d commit 86e86b5Copy full SHA for 86e86b5
.github/workflows/coverage.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
+ composer config --no-plugins allow-plugins.pestphp/pest-plugin true
35
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" pestphp/pest --no-interaction --no-update
36
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
37
- name: Execute tests
0 commit comments