Skip to content

Commit

Permalink
just run membershiptest
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 10, 2024
1 parent cc7ead7 commit 3b560a0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
fail-fast: false
matrix:
include:
- drupal: '10.1.*'
civicrm: '5.69.*'
php: '8.1'
- drupal: '10.2.*'
civicrm: '5.74.*'
php: '8.2'
- drupal: '10.2.*'
civicrm: '5.77.x-dev'
php: '8.2'
- drupal: '10.3.*'
civicrm: 'dev-master'
php: '8.3'
Expand Down Expand Up @@ -191,7 +182,7 @@ jobs:
run: |
mkdir -p $BROWSERTEST_OUTPUT_DIRECTORY
cd ~/drupal/web
../vendor/bin/phpunit --verbose -c core modules/contrib/webform_civicrm
../vendor/bin/phpunit --verbose -c core modules/contrib/webform_civicrm/tests/src/FunctionalJavascript/MembershipSubmissionTest.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 3b560a0

Please sign in to comment.