From 2edb1709d2326ed72a04d32670cc7becad0b15f3 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sat, 28 Jun 2025 15:52:39 +0200 Subject: [PATCH] fix deps --- .github/workflows/test_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index b7a4ca0b6..3fe481a5e 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -152,7 +152,7 @@ jobs: run: | cd e2e-tests/playwright/typescript bun install - npx playwright install + npx playwright install --with-deps - name: wait for frontend and backend to be ready run: |