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
60-
6158 - name : Validate composer.json
6259 run : composer validate --ansi --strict
6360
@@ -137,11 +134,14 @@ jobs:
137134 - name : Run PHPUnit
138135 run : vendor/bin/phpunit --colors=always
139136
137+ - name : Install certificates
138+ run : symfony server:ca:install
139+
140140 - name : Run Chrome Headless
141141 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 &
142142
143143 - name : Run webserver
144- run : symfony server:start --port=8080 --dir=public -- daemon
144+ run : symfony server:start --port=8080 --daemon
145145
146146 - name : Run Behat
147147 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