refactor: use environment, not .env, in ci (#65736)

This commit is contained in:
Oliver Eyton-Williams
2026-02-10 11:04:59 +01:00
committed by GitHub
parent d453de6fda
commit 4613efa921
9 changed files with 62 additions and 17 deletions
+3
View File
@@ -13,6 +13,9 @@
"test-content": {
"passThroughEnv": ["VITEST_POOL_ID", "PUPPETEER_WS_ENDPOINT"],
"env": ["FCC_*", "CURRICULUM_LOCALE", "SHOW_UPCOMING_CHANGES"]
},
"lint": {
"env": ["CURRICULUM_LOCALE"]
}
}
}