Skip to content

Commit fa0a7f9

Browse files
committed
cg
1 parent 20514e4 commit fa0a7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)