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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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