Use paratest -vv parameter instead of --verbose=1

See https://github.com/paratestphp/paratest/issues/633
This commit is contained in:
Michael Stenta 2021-12-21 21:01:24 -05:00
parent 0c553608c7
commit 12e458f8fe
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
# so waiting for that lets us know it is safe to start the tests
run: until [ -f ./www/www-container-fs-ready ]; do sleep 0.1; done
- name: Run PHPUnit tests
run: docker-compose exec -u www-data -T www paratest --verbose=1 --processes=${{ matrix.processes }} /opt/drupal/web/profiles/farm
run: docker-compose exec -u www-data -T www paratest -vv --processes=${{ matrix.processes }} /opt/drupal/web/profiles/farm
- name: Test Drush site install with all modules
run: docker-compose exec -u www-data -T www drush site-install --db-url=${{ matrix.DB_URL }} farm farm.modules='all'
release: