From e96213e907121828d33ce49a70ee0ecf48ebe72d Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Fri, 14 Aug 2026 00:16:48 +0700 Subject: [PATCH] =?UTF-8?q?ci(turbo):=20sl=C3=A4pp=20fram=20REDIS=5FURL=20?= =?UTF-8?q?till=20test-tasken=20s=C3=A5=20worker-testet=20n=C3=A5r=20Redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2dbc1a4..42f6a9b 100644 --- a/turbo.json +++ b/turbo.json @@ -19,7 +19,7 @@ "test": { "dependsOn": ["^typecheck", "@app/database#db:test-setup"], "outputs": [], - "env": ["TEST_DATABASE_URL"] + "env": ["TEST_DATABASE_URL", "REDIS_URL"] }, "dev": { "cache": false,