mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 08:17:06 +02:00
ci: Disable turbo cache on test:changed tasks (#31233)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: Declan Carroll <declan@n8n.io>
This commit is contained in:
parent
3facc85e09
commit
2868fb2050
|
|
@ -39,12 +39,14 @@
|
|||
"dependsOn": ["^build", "build"],
|
||||
"inputs": ["$TURBO_DEFAULT$", "../cli/src/public-api/v1/**/*.yml"],
|
||||
"outputs": ["coverage/**", "*.xml"],
|
||||
"env": ["COVERAGE_ENABLED", "CHANGED_FILES"]
|
||||
"env": ["COVERAGE_ENABLED", "CHANGED_FILES"],
|
||||
"cache": false
|
||||
},
|
||||
"test:changed": {
|
||||
"dependsOn": ["^build", "build"],
|
||||
"outputs": ["coverage/**", "*.xml"],
|
||||
"env": ["COVERAGE_ENABLED", "CHANGED_FILES"]
|
||||
"env": ["COVERAGE_ENABLED", "CHANGED_FILES"],
|
||||
"cache": false
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": ["^build", "build"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user