devops: increase heap size to 8 GB for merge report workflow (#33422)

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-11-04 11:42:50 +01:00 committed by GitHub
parent abcd1ff201
commit 76ffc2374c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
run: | run: |
npx playwright merge-reports --config .github/workflows/merge.config.ts ./all-blob-reports npx playwright merge-reports --config .github/workflows/merge.config.ts ./all-blob-reports
env: env:
NODE_OPTIONS: --max-old-space-size=4096 NODE_OPTIONS: --max-old-space-size=8192
- name: Azure Login - name: Azure Login
uses: azure/login@v2 uses: azure/login@v2