Skip to content

Commit 59dfccb

Browse files
committed
wip
1 parent 79e3e38 commit 59dfccb

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)