Skip to content

Commit 544d5f9

Browse files
committed
Remove install certificates action
1 parent 2ae8764 commit 544d5f9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ jobs:
134134
- name: Run PHPUnit
135135
run: vendor/bin/phpunit --colors=always
136136

137-
- name: Install certificates
138-
run: symfony server:ca:install
139-
140137
- name: Run Chrome Headless
141138
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 &
142139

0 commit comments

Comments
 (0)