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:
parent
abcd1ff201
commit
76ffc2374c
2
.github/workflows/create_test_report.yml
vendored
2
.github/workflows/create_test_report.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue