Skip to content

Commit 50c9ef8

Browse files
committed
fix: remove verbose option
1 parent d4a8a06 commit 50c9ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
php-version: ${{ matrix.php }}
5050
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
51-
coverage: none
51+
coverage: xdebug
5252

5353
- name: Validate composer.json
5454
run: composer validate
@@ -59,4 +59,4 @@ jobs:
5959
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6060
6161
- name: Execute tests
62-
run: vendor/bin/phpunit --verbose
62+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)