mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
test: fix ci regressions
This commit is contained in:
@@ -341,7 +341,7 @@ describe("test planner", () => {
|
||||
const explanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
|
||||
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
@@ -358,7 +358,7 @@ describe("test planner", () => {
|
||||
const relativeExplanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
|
||||
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
@@ -369,9 +369,7 @@ describe("test planner", () => {
|
||||
const absoluteExplanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: [
|
||||
path.join(process.cwd(), "src/infra/outbound/targets.channel-resolution.test.ts"),
|
||||
],
|
||||
fileFilters: [path.join(process.cwd(), "src/infra/outbound/channel-resolution.test.ts")],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user