Skip to content

Commit

Permalink
Issue 47: The --debug option is too noisy in phpunit 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Dec 4, 2024
1 parent 3592c66 commit 9dcbd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
- name: PhpUnit
run: |
docker-compose exec -T web ./vendor/bin/phpunit --debug
docker-compose exec -T web ./vendor/bin/phpunit
- name: PhpUnit - groupmedia 3
run: |
docker-compose exec -T web composer require --dev drupal/groupmedia:^3 -W
docker-compose exec -T web ./vendor/bin/phpunit --debug --testsuite "Collabora Online Group"
docker-compose exec -T web ./vendor/bin/phpunit --testsuite "Collabora Online Group"

0 comments on commit 9dcbd36

Please sign in to comment.