Skip to content

Commit e9aa068

Browse files
committed
.
1 parent e557878 commit e9aa068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ jobs:
125125
setUpCmd: |
126126
docker run --detach --quiet --network=host --shm-size=1g --entrypoint= \
127127
--volume ./vendor/mink/driver-testsuite/web-fixtures:/fixtures \
128+
--volume /var/run/dbus:/var/run/dbus \
128129
--name chrome zenika/alpine-chrome:latest \
129-
chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130+
chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --enable-logging=stderr --v=1 \
130131
--no-sandbox --enable-automation --headless=new --no-first-run --disable-background-networking \
131132
--disable-gpu --disable-extensions --disable-web-security
132133
sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml

0 commit comments

Comments
 (0)