From b9ca76ea6714726a13bceec73dbddc12280ca5bf Mon Sep 17 00:00:00 2001 From: Alireza Date: Mon, 26 May 2025 19:09:26 -0400 Subject: [PATCH] fix: e2e playwright tests runnigns (#5070) --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5a6df5718..0c69487ee 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,8 +23,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies run: bun install --frozen-lockfile - # - name: Install Playwright browsers - # run: bun x playwright install-deps chromium + - name: Install Playwright browsers + run: npx playwright install - name: Run Playwright tests run: | export NODE_OPTIONS="--max_old_space_size=10192"