ci: Adding jest config to turbo cache (no-changelog) (#14246)

This commit is contained in:
shortstacked
2025-03-31 13:27:28 +01:00
committed by GitHub
parent d1710a1da3
commit d185d91d7a

View File

@@ -72,7 +72,8 @@
"n8n-core#test", "n8n-core#test",
"n8n#test" "n8n#test"
], ],
"outputs": ["coverage/**"] "outputs": ["coverage/**"],
"inputs": ["jest.config.js"]
}, },
"test:frontend": { "test:frontend": {
"dependsOn": [ "dependsOn": [
@@ -82,7 +83,8 @@
"@n8n/design-system#test", "@n8n/design-system#test",
"n8n-editor-ui#test" "n8n-editor-ui#test"
], ],
"outputs": ["coverage/**"] "outputs": ["coverage/**"],
"inputs": ["jest.config.js"]
}, },
"test:nodes": { "test:nodes": {
"dependsOn": [ "dependsOn": [
@@ -90,7 +92,8 @@
"@n8n/n8n-nodes-langchain#test", "@n8n/n8n-nodes-langchain#test",
"@n8n/json-schema-to-zod#test" "@n8n/json-schema-to-zod#test"
], ],
"outputs": ["coverage/**"] "outputs": ["coverage/**"],
"inputs": ["jest.config.js"]
}, },
"test": {}, "test": {},
"watch": { "watch": {