Skip to content

Commit de25b36

Browse files
committed
🐛(CI) add chrome playwright install
In a recent commit we removed Chrome from the install of playwright in the CI job test-e2e, but it is needed, we put it back.
1 parent 59e74e6 commit de25b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/impress-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: cat env.d/development/common.e2e.dist >> env.d/development/common.dist
153153

154154
- name: Install Playwright Browsers
155-
run: cd src/frontend/apps/e2e && yarn install --frozen-lockfile && yarn install-playwright firefox webkit
155+
run: cd src/frontend/apps/e2e && yarn install --frozen-lockfile && yarn install-playwright firefox webkit chromium
156156

157157
- name: Start Docker services
158158
run: make bootstrap FLUSH_ARGS='--no-input' cache=

0 commit comments

Comments
 (0)