From eb5f6600aaba1daaaf1c9130e2ce6d12e2708a77 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 22 Mar 2023 15:35:04 -0400 Subject: [PATCH] Attempt to fix memory issue on CI again Signed-off-by: Sebastian Malton --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40713fb516..fb972b31d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -121,7 +121,7 @@ jobs: retry_on: error command: npm ci - - run: npm run test:unit + - run: | + npm run build -- --ignore open-lens + npm run test:unit name: Run tests - env: - NODE_OPTIONS: --max-old-space-size=4096