File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,12 @@ jobs:
123123 php : " 8.1"
124124 # language=bash
125125 setUpCmd : |
126- docker run --detach --quiet --net host --shm-size 2g --entrypoint= \
126+ docker run --detach --quiet --net host --tmpfs /tmp:exec,mode=1777 --environment TMPDIR=/tmp --entrypoint= \
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 --enable-automation --headless=new \
131- --disable-gpu --disable-extensions --disable-web-security --no-first-run \
130+ --no-sandbox --enable-automation --headless=new --single-process --no-first-run \
131+ --disable-gpu --disable-extensions --disable-web-security --disable-dev-shm-usage \
132132 --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
133133 sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
134134 curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
You can’t perform that action at this time.
0 commit comments