Skip to content

Commit aadf62b

Browse files
committed
wtf
1 parent 4b398e5 commit aadf62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ 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 --disable-gpu --headless=new --disable-extensions \
131-
--disable-software-rasterizer --disable-setuid-sandbox --disable-web-security
132-
sed "s#http://localhost/#http://localhost:8002/#" phpunit.xml.dist > phpunit.xml
131+
--enable-automation --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
132+
sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
133133
curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
134134
# language=bash
135135
testCmd: |

0 commit comments

Comments
 (0)