1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Increase actions tests memory (#19179)

This commit is contained in:
Kevin Heis
2021-05-06 11:35:49 -07:00
committed by GitHub
parent 1f9befaa94
commit cc0d0ce4b4
2 changed files with 2 additions and 2 deletions

View File

@@ -71,4 +71,4 @@ jobs:
- name: Run tests
run: npx jest tests/${{ matrix.test-group }}/
env:
NODE_OPTIONS: '--max_old_space_size=4096'
NODE_OPTIONS: '--max_old_space_size=8192'