fix: download ram more often (#47524)

pull/46515/head^2
Oliver Eyton-Williams 2022-09-15 20:22:59 +02:00 committed by GitHub
parent 15309a88d0
commit ea8ffd386e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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