Skip to content

Commit e087b29

Browse files
committed
Fix CI
1 parent 215f58e commit e087b29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
5757

5858
- name: Install certificates
59-
run: symfony server:ca:install
59+
run: symfony server:ca:install || true
6060

6161
- name: Run Chrome Headless
6262
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 &
@@ -132,7 +132,7 @@ jobs:
132132
run: composer-unused
133133

134134
- name: Validate database schema
135-
run: (cd tests/Application && bin/console doctrine:schema:validate)
135+
run: vendor/bin/console doctrine:schema:validate
136136

137137
- name: Run PHPStan
138138
run: vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)