Skip to content

Commit cc0d0ce

Browse files
authored
Increase actions tests memory (github#19179)
1 parent 1f9befa commit cc0d0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
- name: Run tests
6767
run: npx jest tests/${{ matrix.test-group }}/
6868
env:
69-
NODE_OPTIONS: '--max_old_space_size=4096'
69+
NODE_OPTIONS: '--max_old_space_size=8192'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- name: Run tests
7272
run: npx jest tests/${{ matrix.test-group }}/
7373
env:
74-
NODE_OPTIONS: '--max_old_space_size=4096'
74+
NODE_OPTIONS: '--max_old_space_size=8192'

0 commit comments

Comments
 (0)