mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Adding jest config to turbo cache (no-changelog) (#14246)
This commit is contained in:
parent
d1710a1da3
commit
d185d91d7a
1 changed files with 6 additions and 3 deletions
|
|
@ -72,7 +72,8 @@
|
|||
"n8n-core#test",
|
||||
"n8n#test"
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
"outputs": ["coverage/**"],
|
||||
"inputs": ["jest.config.js"]
|
||||
},
|
||||
"test:frontend": {
|
||||
"dependsOn": [
|
||||
|
|
@ -82,7 +83,8 @@
|
|||
"@n8n/design-system#test",
|
||||
"n8n-editor-ui#test"
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
"outputs": ["coverage/**"],
|
||||
"inputs": ["jest.config.js"]
|
||||
},
|
||||
"test:nodes": {
|
||||
"dependsOn": [
|
||||
|
|
@ -90,7 +92,8 @@
|
|||
"@n8n/n8n-nodes-langchain#test",
|
||||
"@n8n/json-schema-to-zod#test"
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
"outputs": ["coverage/**"],
|
||||
"inputs": ["jest.config.js"]
|
||||
},
|
||||
"test": {},
|
||||
"watch": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue