Skip to content

Commit 20514e4

Browse files
committed
wtf
1 parent 99f78bc commit 20514e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
--name chrome zenika/alpine-chrome:latest \
129129
chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130130
--no-sandbox --enable-automation --headless=new \
131-
--disable-shm-usage --disable-gpu --disable-extensions \
131+
--disable-gpu --disable-extensions --disable-web-security --no-first-run \
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)