From 2819047dca69d2a5a99ec5908acdbbc183b9d88c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sat, 28 Jun 2025 15:25:16 +0200 Subject: [PATCH] =?UTF-8?q?install=20browsers=20f=C3=BCr=20playwright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 9c120c4cf..f9bcc03c7 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -152,6 +152,9 @@ jobs: run: | cd e2e-tests/playwright/typescript bun install + + - name: Install Playwright Browsers + run: npx playwright install --with-deps - name: wait for frontend and backend to be ready run: |