Test Drush site install with all modules via run-tests.yml GitHub Action.

This commit is contained in:
Michael Stenta 2021-03-08 10:34:51 -05:00
parent 737200ec55
commit d6cf678a36
1 changed files with 2 additions and 2 deletions

View File

@ -65,5 +65,5 @@ jobs:
# The overridden result printer is needed until Drupal 9.2 when the updated version of HtmlOutputPrinter will be available
# https://github.com/drupal/drupal/blob/74fbb0aabdee3e1a5da7b8e489a725afdc5824fd/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php
run: docker-compose exec -u www-data -T test-runner paratest --functional --passthru='--printer=PHPUnit\\TextUI\\DefaultResultPrinter' --verbose=1 /opt/drupal/web/profiles/farm
- name: Test Drush site install
run: docker-compose exec -u www-data -T www drush site-install --db-url=${{ matrix.DB_URL }}
- 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_install_modules.modules='all'