fix: e2e playwright tests runnigns (#5070)
This commit is contained in:
parent
ffc7d2bd6b
commit
b9ca76ea67
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
# - name: Install Playwright browsers
|
- name: Install Playwright browsers
|
||||||
# run: bun x playwright install-deps chromium
|
run: npx playwright install
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: |
|
run: |
|
||||||
export NODE_OPTIONS="--max_old_space_size=10192"
|
export NODE_OPTIONS="--max_old_space_size=10192"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user