test(ci): isolate unit fast config probe

This commit is contained in:
Vincent Koc
2026-07-11 06:06:26 -07:00
committed by Vincent Koc
parent 82e0867752
commit 794a1671b1
+6 -1
View File
@@ -126,7 +126,12 @@ describe("unit-fast vitest lane", () => {
);
`;
configProbeResult = spawnNodeEvalSync(script, {
env: { ...process.env, FORCE_COLOR: "0", NO_COLOR: "1" },
env: {
...process.env,
FORCE_COLOR: "0",
NO_COLOR: "1",
OPENCLAW_VITEST_INCLUDE_FILE: undefined,
},
evalFlag: "-e",
imports: ["tsx"],
});