mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Revert jest memory change (#23243)
This commit is contained in:
parent
84573738b5
commit
3acba8e541
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const config = {
|
|||
setupFilesAfterEnv: ['jest-expect-message'],
|
||||
collectCoverage: isCoverageEnabled,
|
||||
coverageReporters: ['text-summary', 'lcov', 'html-spa'],
|
||||
workerIdleMemoryLimit: '1GB',
|
||||
workerIdleMemoryLimit: '1MB',
|
||||
};
|
||||
|
||||
if (process.env.CI === 'true') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue