mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Add memory limits to match runner sizes (#17736)
This commit is contained in:
3
.github/workflows/linting-reusable.yml
vendored
3
.github/workflows/linting-reusable.yml
vendored
@@ -14,6 +14,9 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
default: 22.x
|
default: 22.x
|
||||||
|
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max-old-space-size=8192
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|||||||
@@ -28,6 +28,9 @@ on:
|
|||||||
description: 'Webhook URL to send test results to (if enabled).'
|
description: 'Webhook URL to send test results to (if enabled).'
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Install, Build, and Test Workflows
|
name: Install, Build, and Test Workflows
|
||||||
|
|||||||
3
.github/workflows/units-tests-reusable.yml
vendored
3
.github/workflows/units-tests-reusable.yml
vendored
@@ -22,6 +22,9 @@ on:
|
|||||||
description: 'Codecov upload token.'
|
description: 'Codecov upload token.'
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max-old-space-size=8192
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
|
|||||||
Reference in New Issue
Block a user