File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : Output PHP version for Symfony CLI
5656 run : php -v | head -n 1 | awk '{ print $2 }' > .php-version
5757
58- - name : Install certificates
59- run : symfony server:ca:install || true
60-
6158 - name : Validate composer.json
6259 run : composer validate --ansi --strict
6360
@@ -140,11 +137,14 @@ jobs:
140137 - name : Run PHPUnit
141138 run : vendor/bin/phpunit --colors=always
142139
140+ - name : Install certificates
141+ run : symfony server:ca:install || true
142+
143143 - name : Run Chrome Headless
144144 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 &
145145
146146 - name : Run webserver
147- run : symfony server:start --port=8080 --dir=public -- daemon
147+ run : symfony server:start --port=8080 --daemon
148148
149149 - name : Run Behat
150150 run : vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
You can’t perform that action at this time.
0 commit comments