ci: Pass through env variables to turbo (#18210)

This commit is contained in:
shortstacked
2025-08-11 17:29:38 +01:00
committed by GitHub
parent 26aed72c6e
commit 440fc92148

View File

@@ -1,4 +1,5 @@
{
"globalEnv": ["CI", "COVERAGE_ENABLED"],
"tasks": {
"clean": { "cache": false },
"build": {