Skip to content

Commit 535f853

Browse files
committed
Move install certificates action
1 parent 2a0d665 commit 535f853

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,14 @@ jobs:
140140
- name: Run PHPUnit
141141
run: vendor/bin/phpunit --colors=always
142142

143+
- name: Install certificates
144+
run: symfony server:ca:install
145+
143146
- name: Run Chrome Headless
144147
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 &
145148

146149
- name: Run webserver
147-
run: symfony server:start --port=8080 --dir=public --daemon
150+
run: symfony server:start --port=8080 --daemon
148151

149152
- name: Run Behat
150153
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun

0 commit comments

Comments
 (0)