Skip to content

Commit c882b63

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 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,10 @@ env:
1414
jobs:
1515
tests:
1616
runs-on: ubuntu-latest
17+
services:
18+
selenium:
19+
image: selenium/standalone-chrome:4.1.2-20220217
20+
options: --shm-size=2gb
1721
strategy:
1822
fail-fast: false
1923
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)