From 76ffc2374cd4f533b49a9894efc44c502e3839f3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 4 Nov 2024 11:42:50 +0100 Subject: [PATCH] devops: increase heap size to 8 GB for merge report workflow (#33422) 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