fix(CI): increase node JS heap size (#30340)

This commit is contained in:
Evan Rusackas
2024-09-20 11:49:59 -06:00
committed by GitHub
parent ac66ae813f
commit d4351668ba
2 changed files with 5 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ jobs:
PARALLEL_ID: ${{ matrix.parallel_id }}
PARALLELISM: 6
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
NODE_OPTIONS: "--max-old-space-size=4096"
with:
run: cypress-run-all ${{ env.USE_DASHBOARD }}
- name: Upload Artifacts