Skip to content

Commit 99f78bc

Browse files
committed
wtf
1 parent aadf62b commit 99f78bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ jobs:
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 --disable-gpu --headless=new --disable-extensions \
131-
--enable-automation --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
130+
--no-sandbox --enable-automation --headless=new \
131+
--disable-shm-usage --disable-gpu --disable-extensions \
132+
--disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
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
133134
curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
134-
# language=bash
135+
# language=bash
135136
testCmd: |
136137
export WEB_FIXTURES_BROWSER=chrome
137138
export DRIVER_MACHINE_BASE_PATH=/fixtures/

0 commit comments

Comments
 (0)