Skip to content

Commit ec1aee5

Browse files
committed
try xerox again
1 parent 984dd69 commit ec1aee5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ 3.x, 4.x ]
5+
branches: [ 3.x, 4.x, webdrivertest ]
66
pull_request:
77
branches: [ 3.x, 4.x ]
88

@@ -14,6 +14,9 @@ env:
1414
jobs:
1515
tests:
1616
runs-on: ubuntu-latest
17+
selenium:
18+
image: selenium/standalone-chrome:4.1.2-20220217
19+
options: --shm-size=2gb
1720
strategy:
1821
fail-fast: false
1922
matrix:

scripts/sut-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ if [[ $test_filter = all || $test_filter = test ]]; then
318318

319319
dcg_phpcs --exclude=Generic.CodeAnalysis.UselessOverridingMethod $module_dir
320320
dcg_module_install $module_machine_name
321-
# dcg_phpunit $drupal_dir/modules/$module_machine_name/tests
321+
dcg_phpunit $drupal_dir/modules/$module_machine_name/tests
322322
dcg_module_uninstall $module_machine_name
323323
fi
324324

0 commit comments

Comments
 (0)