Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-04-10 08:41:11 +0300
committerRich Trott <rtrott@gmail.com>2021-04-11 01:18:04 +0300
commit24426cd8c4ec4f6de14a7f66ce1fd7e0ddd8b590 (patch)
treeafa35ddf1f18b21300731fae4d5fbe320b797964 /.github
parent8cee28465ce2a998f9efbd4ada6db0d04e079d31 (diff)
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: https://github.com/nodejs/node/pull/34289 Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage-windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml
index 188861883bd..ac809f3f0be 100644
--- a/.github/workflows/coverage-windows.yml
+++ b/.github/workflows/coverage-windows.yml
@@ -44,6 +44,8 @@ jobs:
NODE_V8_COVERAGE: ./coverage/tmp
- name: Report
run: npx c8 report
+ env:
+ NODE_OPTIONS: --max-old-space-size=8192
- name: Clean tmp
run: npx rimraf ./coverage/tmp
- name: Upload