Skip to content

Commit a8b4eb1

Browse files
committed
temp just check the one test
1 parent b378778 commit a8b4eb1

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- drupal: '10.5.*'
27-
civicrm: '6.10.*'
28-
php: '8.3'
29-
- drupal: '10.5.*'
30-
civicrm: '6.12.x'
31-
php: '8.3'
3226
- drupal: '10.6.*'
3327
civicrm: 'dev-master'
3428
php: '8.3'
35-
- drupal: '11.2.*'
36-
civicrm: '6.13.x-dev'
37-
php: '8.3'
38-
- drupal: '11.x-dev'
39-
civicrm: 'dev-master'
40-
php: '8.3'
4129
name: Drupal ${{ matrix.drupal }} | CiviCRM ${{ matrix.civicrm }}
4230
services:
4331
mysql:
@@ -201,7 +189,7 @@ jobs:
201189
if [ "$PHPUNIT10" == "1" ]; then
202190
PHPUNITARGS="--display-skipped --display-deprecations --display-errors --display-warnings --display-notices"
203191
fi
204-
../vendor/bin/phpunit $PHPUNITARGS -c core modules/contrib/webform_civicrm
192+
../vendor/bin/phpunit $PHPUNITARGS -c core modules/contrib/webform_civicrm/tests/src/FunctionalJavascript/AuthnetExtensionTest.php
205193
env:
206194
SYMFONY_DEPRECATIONS_HELPER: 999999
207195
SIMPLETEST_DB: mysql://root:@127.0.0.1:${{ job.services.mysql.ports[3306] }}/db

0 commit comments

Comments
 (0)