We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f78bc commit 20514e4Copy full SHA for 20514e4
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
--name chrome zenika/alpine-chrome:latest \
129
chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130
--no-sandbox --enable-automation --headless=new \
131
- --disable-shm-usage --disable-gpu --disable-extensions \
+ --disable-gpu --disable-extensions --disable-web-security --no-first-run \
132
--disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
133
sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
134
curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
0 commit comments