mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
set TOOL_NODE_FLAGS in e2e-tests workflow to prevent memory issues
This commit is contained in:
1
.github/workflows/e2e-tests.yml
vendored
1
.github/workflows/e2e-tests.yml
vendored
@@ -18,6 +18,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
TOOL_NODE_FLAGS: "--max_old_space_size=12288"
|
||||
NODE_OPTIONS: "--max_old_space_size=12288"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user