File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Tests
22
33on :
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
1414jobs :
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 :
Original file line number Diff line number Diff 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
323323fi
324324
You can’t perform that action at this time.
0 commit comments