Skip to content

Commit f6a298f

Browse files
committed
Move install certificates action
1 parent e29341b commit f6a298f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
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

0 commit comments

Comments
 (0)