From 2868fb20500db69d6dd5456ee3afd7df2ccfae0d Mon Sep 17 00:00:00 2001 From: "n8n-cat-bot[bot]" <283985454+n8n-cat-bot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:21:19 +0000 Subject: [PATCH] ci: Disable turbo cache on test:changed tasks (#31233) Co-authored-by: n8n-cat-bot[bot] Co-authored-by: Claude Opus 4.7 Co-authored-by: Declan Carroll --- turbo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 1b6552b5cd5..3cf0f2a1b78 100644 --- a/turbo.json +++ b/turbo.json @@ -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"],