fix: download ram more often (#47524)

This commit is contained in:
Oliver Eyton-Williams
2022-09-15 20:22:59 +02:00
committed by GitHub
parent 15309a88d0
commit ea8ffd386e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
name: CI - Node.js Test Upcoming
env:
NODE_OPTIONS: '--max_old_space_size=6144'
on:
push:
branches:
@@ -82,6 +84,4 @@ jobs:
npm run build:curriculum
- name: Run Tests
env:
NODE_OPTIONS: '--max_old_space_size=6144'
run: npm test

View File

@@ -1,4 +1,6 @@
name: CI - Node.js Test Current
env:
NODE_OPTIONS: '--max_old_space_size=6144'
on:
push:
branches-ignore:
@@ -162,5 +164,4 @@ jobs:
env:
CURRICULUM_LOCALE: ${{ matrix.locale }}
CLIENT_LOCALE: ${{ matrix.locale }}
NODE_OPTIONS: '--max_old_space_size=6144'
run: npm test