From 4897040c920195511f9286fb2c8df2bcf1932c2d Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:58:17 +0200 Subject: [PATCH] fix(ci): Increase memory allocation for plugin tests (#4898) --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 89f7c57cc5..c10d96f5a7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -238,6 +238,7 @@ jobs: run: yarn test:integration:plugins env: DB_PASSWORD: postgres + NODE_OPTIONS: "--max_old_space_size=4096" integration-tests-repositories: needs: setup