From de25b36a01d07471a65fb95f999eb0e57acedf66 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 17 Dec 2024 13:18:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(CI)=20add=20chrome=20playwright=20?= =?UTF-8?q?install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/impress-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/impress-frontend.yml b/.github/workflows/impress-frontend.yml index 5b35f9c8..8bc32e68 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -152,7 +152,7 @@ jobs: run: cat env.d/development/common.e2e.dist >> env.d/development/common.dist - 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 run: make bootstrap FLUSH_ARGS='--no-input' cache=