Skip to content

Commit

Permalink
fix: remove verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed May 19, 2024
1 parent d4a8a06 commit 50c9ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
coverage: xdebug

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

0 comments on commit 50c9ef8

Please sign in to comment.