Skip to content

Commit 331d669

Browse files
chore: update test workflow
1 parent 653b98d commit 331d669

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install Playwright
2222
run: npx playwright install --with-deps
2323
- name: Build test application
24+
env:
25+
NODE_OPTIONS: '--max_old_space_size=4096'
2426
run: npm run build-no-minify
2527
- name: Run E2E tests on ${{ matrix.project }}
2628
run: npx playwright test --project ${{ matrix.project }}

0 commit comments

Comments
 (0)