#3357986: Use apache as web server
Compare changes
+ 15
− 12
@@ -18,8 +18,9 @@
@@ -18,8 +18,9 @@
@@ -44,6 +45,13 @@
@@ -44,6 +45,13 @@
[[ $_TARGET_DB_TYPE == "mysql" ]] && export SIMPLETEST_DB=mysql://$MYSQL_USER:$MYSQL_PASSWORD@database/$MYSQL_DATABASE
[[ $_TARGET_DB_TYPE == "pgsql" ]] && export SIMPLETEST_DB=pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@database/$POSTGRES_DB
@@ -258,11 +266,10 @@ eslint:
@@ -258,11 +266,10 @@ eslint:
DRUPAL_NIGHTWATCH_IGNORE_DIRECTORIES: node_modules,vendor,.*,sites/*/files,sites/*/private,sites/simpletest
- yarn --cwd $_WEB_ROOT/core test:nightwatch $CI_PROJECT_DIR/$_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/tests
@@ -290,31 +297,27 @@ nightwatch:
@@ -290,31 +297,27 @@ nightwatch:
- vendor/bin/phpunit --no-interaction --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" --bootstrap $PWD/web/core/tests/bootstrap.php $_WEB_ROOT/modules/custom --log-junit junit.xml $_PHPUNIT_EXTRA