File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,14 @@ jobs:
5656 run : php -v | head -n 1 | awk '{ print $2 }' > .php-version
5757
5858 - name : Install certificates
59- env :
60- TRUST_STORES : system
6159 run : symfony server:ca:install
6260
61+ - name : Run Chrome Headless
62+ run : google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
63+
64+ - name : Run webserver
65+ run : symfony server:start --port=8080 --daemon
66+
6367 - name : Validate composer.json
6468 run : composer validate --ansi --strict
6569
@@ -139,12 +143,6 @@ jobs:
139143 - name : Run PHPUnit
140144 run : vendor/bin/phpunit --colors=always
141145
142- - name : Run Chrome Headless
143- run : google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
144-
145- - name : Run webserver
146- run : symfony server:start --port=8080 --daemon
147-
148146 - name : Run Behat
149147 run : vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
150148
You can’t perform that action at this time.
0 commit comments