🐛(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.
This commit is contained in:
2
.github/workflows/impress-frontend.yml
vendored
2
.github/workflows/impress-frontend.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
|||||||
run: cat env.d/development/common.e2e.dist >> env.d/development/common.dist
|
run: cat env.d/development/common.e2e.dist >> env.d/development/common.dist
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
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
|
||||||
|
|
||||||
- name: Start Docker services
|
- name: Start Docker services
|
||||||
run: make bootstrap FLUSH_ARGS='--no-input' cache=
|
run: make bootstrap FLUSH_ARGS='--no-input' cache=
|
||||||
|
|||||||
Reference in New Issue
Block a user