File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,12 @@ jobs:
127127 --volume ./vendor/mink/driver-testsuite/web-fixtures:/fixtures \
128128 --name chrome zenika/alpine-chrome:latest \
129129 chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130- --no-sandbox --disable-gpu --headless=new --disable-extensions \
131- --enable-automation --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
130+ --no-sandbox --enable-automation --headless=new \
131+ --disable-shm-usage --disable-gpu --disable-extensions \
132+ --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
132133 sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
133134 curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
134- # language=bash
135+ # language=bash
135136 testCmd : |
136137 export WEB_FIXTURES_BROWSER=chrome
137138 export DRIVER_MACHINE_BASE_PATH=/fixtures/
You can’t perform that action at this time.
0 commit comments