Skip to content

Commit 24426cd

Browse files
committed
build: prepare Windows coverage GitHub Action for pummel tests
The pummel tests result in the Windows coverage runs in CI to exhaust memory, so we need to bump up the heap size. PR-URL: #34289 Reviewed-By: Richard Lau <[email protected]>
1 parent 8cee284 commit 24426cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
NODE_V8_COVERAGE: ./coverage/tmp
4545
- name: Report
4646
run: npx c8 report
47+
env:
48+
NODE_OPTIONS: --max-old-space-size=8192
4749
- name: Clean tmp
4850
run: npx rimraf ./coverage/tmp
4951
- name: Upload

0 commit comments

Comments
 (0)