Skip to content

Commit

Permalink
revert me - isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Jun 10, 2024
1 parent edb7df7 commit 9609438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9609438

Please sign in to comment.