mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:00:44 +00:00
ci: split auto-reply reply routing shard
This commit is contained in:
@@ -67,16 +67,7 @@ function createAutoReplyReplySplitShards() {
|
||||
}
|
||||
}
|
||||
|
||||
const mergedGroups = {
|
||||
"auto-reply-reply-agent-runner": groups["auto-reply-reply-agent-runner"],
|
||||
"auto-reply-reply-dispatch": groups["auto-reply-reply-dispatch"],
|
||||
"auto-reply-reply-commands-state-routing": [
|
||||
...groups["auto-reply-reply-commands"],
|
||||
...groups["auto-reply-reply-state-routing"],
|
||||
],
|
||||
};
|
||||
|
||||
return Object.entries(mergedGroups)
|
||||
return Object.entries(groups)
|
||||
.map(([groupName, includePatterns]) => ({
|
||||
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
|
||||
includePatterns,
|
||||
|
||||
Reference in New Issue
Block a user