Skip to content

Commit d88a902

Browse files
authored
Update tests.yml
1 parent a918a6e commit d88a902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
php-version: ${{ matrix.php }}
2828
extensions: bcmath, curl, dom, mbstring, pcntl, sockets, xml, intl
29-
coverage: none
29+
coverage: xdebug
3030
- name: Set up Docker
3131
uses: docker/setup-buildx-action@v3
3232
- name: Set up Docker Compose
@@ -44,4 +44,4 @@ jobs:
4444
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
4545
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4646
- name: Execute tests
47-
run: vendor/bin/phpunit
47+
run: vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)