From 6a30dcc9feb238f3ad89feae5e4967558d638549 Mon Sep 17 00:00:00 2001 From: andrekorol Date: Fri, 8 Jan 2021 22:49:59 -0300 Subject: [PATCH] Increase Node's heap memory on the coverage job --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 558ae0c584f..0f80782baaa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,4 +42,6 @@ jobs: - run: npm ci if: steps.cache.outputs.cache-hit != 'true' - run: npm run coverage + env: + NODE_OPTIONS: --max_old_space_size=4096 - uses: codecov/codecov-action@v1