From e9654f2d551e20319baeedb07899d14915d320e3 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Wed, 22 Mar 2023 15:14:15 +0100 Subject: [PATCH] unit output --- .github/workflows/ci-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index bfb89188c..d0a89ec86 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -132,7 +132,7 @@ jobs: if: startsWith(matrix.db-image, 'mysql') || startsWith(matrix.db-image, 'mariadb') - name: Update database tests - run: UPDATE=UPDATE galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --no-coverage --process-isolation --testdox phpunit/GaletteUpdate/ + run: UPDATE=UPDATE galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --no-coverage --process-isolation phpunit/GaletteUpdate/ if: matrix.coverage != 'xdebug' - name: Init for PostgreSQL @@ -150,7 +150,7 @@ jobs: if: startsWith(matrix.db-image, 'mysql') || startsWith(matrix.db-image, 'mariadb') - name: Unit tests (phpunit) - run: galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --no-coverage --process-isolation --testdox phpunit/Galette/ + run: galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --no-coverage --process-isolation phpunit/Galette/ if: matrix.coverage != 'xdebug' - name: Unit tests @@ -158,7 +158,7 @@ jobs: if: matrix.coverage != 'xdebug' - name: Unit tests (phpunit - with coverage) - run: galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --process-isolation --testdox --coverage-clover phpunit/clover.xml phpunit/Galette/ + run: galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --process-isolation --coverage-clover phpunit/clover.xml phpunit/Galette/ if: matrix.coverage == 'xdebug' - name: Unit tests (with coverage)