From c9a6a0f0aa126035fd1bfc1be0cec4aec2a265ef Mon Sep 17 00:00:00 2001 From: Darshan Date: Mon, 26 Jan 2026 18:57:50 +0530 Subject: [PATCH] add: deps. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74e8275d99..82f8172fda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: - name: Install Playwright run: | bun install --no-progress - bunx playwright install --with-deps chromium + bunx playwright install --with-deps chromium firefox webkit - name: Run installer tests (install) run: bun run test:installer