fix: e2e playwright tests runnigns (#5070)

This commit is contained in:
Alireza 2025-05-26 19:09:26 -04:00 committed by GitHub
parent ffc7d2bd6b
commit b9ca76ea67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"