File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3535 run : docker compose -f docker-compose.yml exec -T -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y
3636 - name : Run unit tests
3737 run : docker compose -f docker-compose.yml run -u www-data drupal phpunit --no-coverage --group=${{ matrix.module }} --exclude-group=${{ matrix.module }}_functional --configuration=/var/www/html/phpunit.xml
38+ continue-on-error : ${{ matrix.experimental }}
3839
3940 tests-functional :
4041 name : Functional Tests
6667 run : docker compose -f docker-compose.yml exec -T -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y
6768 - name : Run tests
6869 run : docker compose -f docker-compose.yml exec -T -u www-data drupal phpunit --no-coverage --group=${{ matrix.module }}_functional --configuration=/var/www/html/phpunit.xml
70+ continue-on-error : ${{ matrix.experimental }}
6971
7072 upgrade-status :
7173 name : Upgrade Status
You can’t perform that action at this time.
0 commit comments