From fbae98f391c002ef0ac79c3f52918a6274dcbdda Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Sun, 18 Feb 2024 23:28:23 -0500 Subject: [PATCH] CI: Use testdox when running phpunit --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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