mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 17:08:27 +00:00
fix(ci): stabilize windows paths
This commit is contained in:
@@ -532,7 +532,7 @@ describe("doctor", () => {
|
||||
([message, title]) =>
|
||||
title === "Legacy workspace" &&
|
||||
typeof message === "string" &&
|
||||
message.includes("/Users/steipete/clawdis"),
|
||||
message.includes(path.join("/Users/steipete", "clawdis")),
|
||||
),
|
||||
).toBe(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user