From 440fc921481219a9b08d71ddd9d86ad5392f4c4a Mon Sep 17 00:00:00 2001 From: shortstacked Date: Mon, 11 Aug 2025 17:29:38 +0100 Subject: [PATCH] ci: Pass through env variables to turbo (#18210) --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 99290d5013..5048c68444 100644 --- a/turbo.json +++ b/turbo.json @@ -1,4 +1,5 @@ { + "globalEnv": ["CI", "COVERAGE_ENABLED"], "tasks": { "clean": { "cache": false }, "build": {