Skip to content

Commit

Permalink
unit output
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 22, 2023
1 parent 88c2295 commit e9654f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Expand Up @@ -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
Expand All @@ -150,15 +150,15 @@ 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
run: galette/vendor/bin/atoum -mcn 1 -bf tests/TestsBootstrap.php --no-cc -d tests/Galette/
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)
Expand Down

0 comments on commit e9654f2

Please sign in to comment.