🐛(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:
Anthony LC
2024-12-17 13:18:45 +01:00
committed by Anthony LC
parent 59e74e6eeb
commit de25b36a01

View File

@@ -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=