Skip to content

Commit

Permalink
try harder to make it fail
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 10, 2024
1 parent 3b560a0 commit 456b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
run: |
mkdir -p $BROWSERTEST_OUTPUT_DIRECTORY
cd ~/drupal/web
../vendor/bin/phpunit --verbose -c core modules/contrib/webform_civicrm/tests/src/FunctionalJavascript/MembershipSubmissionTest.php
../vendor/bin/phpunit --verbose -c core --filter "LocationTypeTest|MembershipSubmissionTest" modules/contrib/webform_civicrm/tests/src/FunctionalJavascript
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 456b120

Please sign in to comment.