mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 03:05:40 -05:00
fix: download ram more often (#47524)
This commit is contained in:
committed by
GitHub
parent
15309a88d0
commit
ea8ffd386e
4
.github/workflows/node.js-tests-upcoming.yml
vendored
4
.github/workflows/node.js-tests-upcoming.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/node.js-tests.yml
vendored
3
.github/workflows/node.js-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user