From b0d774bb5cedde3802173b51bea97cf730d6f8c9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 4 Nov 2024 11:41:02 +0100 Subject: [PATCH] devops: increase heap size to 8 GB for merge report workflow Signed-off-by: Max Schmitt --- .github/workflows/create_test_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_test_report.yml b/.github/workflows/create_test_report.yml index b20f57573b..dfc6961c2c 100644 --- a/.github/workflows/create_test_report.yml +++ b/.github/workflows/create_test_report.yml @@ -35,7 +35,7 @@ jobs: run: | npx playwright merge-reports --config .github/workflows/merge.config.ts ./all-blob-reports env: - NODE_OPTIONS: --max-old-space-size=4096 + NODE_OPTIONS: --max-old-space-size=8192 - name: Azure Login uses: azure/login@v2