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: |