From 96094386a724776123aeb6a92483a99a05866274 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 10 Jun 2024 18:49:47 -0400 Subject: [PATCH] revert me - isolate --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4afd8a571..09a15b97b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -192,7 +192,8 @@ jobs: run: | mkdir -p $BROWSERTEST_OUTPUT_DIRECTORY cd ~/drupal/web - ../vendor/bin/phpunit --display-skipped -c core modules/contrib/webform_civicrm + #../vendor/bin/phpunit --display-skipped -c core modules/contrib/webform_civicrm + ../vendor/bin/phpunit -c core --stop-on-error modules/contrib/webform_civicrm/tests/src/FunctionalJavascript/ExistingContactElementTest.php env: SYMFONY_DEPRECATIONS_HELPER: 999999 SIMPLETEST_DB: mysql://root:@127.0.0.1:${{ job.services.mysql.ports[3306] }}/db