Skip to content

Commit e557878

Browse files
committed
..
1 parent f016df7 commit e557878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
./vendor/bin/phpunit --colors=always --testdox
8181
# language=bash
8282
tearDownCmd: |
83-
docker compose logs --no-color --no-log-prefix --timestamps selenium > ./logs/selenium.docker.log
83+
docker compose logs --no-color --no-log-prefix --timestamps selenium &> ./logs/selenium.docker.log
8484
8585
- name: "WebDriver-Classic"
8686
driverRepoUrl: "https://github.com/minkphp/webdriver-classic-driver.git"
@@ -99,7 +99,7 @@ jobs:
9999
./vendor/bin/phpunit --colors=always --testdox
100100
# language=bash
101101
tearDownCmd: |
102-
docker compose logs --no-color --no-log-prefix --timestamps selenium > ./logs/selenium.docker.log
102+
docker compose logs --no-color --no-log-prefix --timestamps selenium &> ./logs/selenium.docker.log
103103
104104
Unofficial:
105105
name: "✨️ ${{ matrix.name }}"
@@ -127,7 +127,7 @@ 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 --enable-automation --headless=new --no-first-run \
130+
--no-sandbox --enable-automation --headless=new --no-first-run --disable-background-networking \
131131
--disable-gpu --disable-extensions --disable-web-security
132132
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/
@@ -138,4 +138,4 @@ jobs:
138138
./vendor/bin/phpunit --colors=always --testdox
139139
# language=bash
140140
tearDownCmd: |
141-
docker logs chrome > ./logs/chrome.docker.log
141+
docker logs --timestamps chrome &> ./logs/chrome.docker.log

0 commit comments

Comments
 (0)