We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e74e6 commit de25b36Copy full SHA for de25b36
.github/workflows/impress-frontend.yml
@@ -152,7 +152,7 @@ jobs:
152
run: cat env.d/development/common.e2e.dist >> env.d/development/common.dist
153
154
- name: Install Playwright Browsers
155
- run: cd src/frontend/apps/e2e && yarn install --frozen-lockfile && yarn install-playwright firefox webkit
+ run: cd src/frontend/apps/e2e && yarn install --frozen-lockfile && yarn install-playwright firefox webkit chromium
156
157
- name: Start Docker services
158
run: make bootstrap FLUSH_ARGS='--no-input' cache=
0 commit comments