From f3bb00beb16d27303d09df74fc50d0adbc339aee Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Wed, 7 Aug 2024 23:57:24 -0400 Subject: [PATCH] update ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88a11e83..a1c977bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,6 +45,6 @@ jobs: - name: Test working-directory: test - run: yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=2GB # https://github.com/facebook/jest/issues/11956 + run: yarn test env: NODE_OPTIONS: --max_old_space_size=4096