Skip to content

Commit

Permalink
Fix run configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 17, 2023
1 parent 3a73374 commit 4084b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Expand Up @@ -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 --bootstrap phpunit/TestsBootstrap.php --no-coverage --testdox phpunit/Galette/
run: galette/vendor/bin/phpunit --test-suffix=.php --bootstrap phpunit/TestsBootstrap.php --no-coverage --testdox phpunit/Galette/
if: matrix.coverage != 'xdebug'

- name: Unit tests
Expand Down

0 comments on commit 4084b5f

Please sign in to comment.