CI: Use testdox when running phpunit

pull/5135/head
Angel Fernando Quiroz Campos 2 years ago
parent 8e2905d6cd
commit fbae98f391
  1. 2
      .github/workflows/phpunit.yml

@ -97,7 +97,7 @@ jobs:
php bin/console --env=test doctrine:fixtures:load --no-interaction
- name: Run PHPUnit tests
run: php bin/phpunit --coverage-clover clover.xml
run: php bin/phpunit --testdox --coverage-clover clover.xml
- name: Coverage
uses: codecov/codecov-action@v3

Loading…
Cancel
Save