mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(ci): isolate unit fast config probe
This commit is contained in:
@@ -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"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user