diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0ba5e95f06..578d7c21de 100644 --- a/.github/workflows/phpunit.yml +++ b/.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