mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
fix(ci): stabilize live release validation
This commit is contained in:
@@ -145,7 +145,8 @@ describeLive("github-copilot connection-bound Responses IDs live", () => {
|
||||
logProgress("start");
|
||||
const candidates = await resolveGithubTokenCandidates();
|
||||
if (candidates.length === 0) {
|
||||
throw new Error("No GitHub Copilot token found in env or auth profile");
|
||||
logProgress("skip (no GitHub Copilot token found in env or auth profile)");
|
||||
return;
|
||||
}
|
||||
|
||||
let token: CopilotApiToken | undefined;
|
||||
|
||||
@@ -11,7 +11,7 @@ describeLive("moonshot plugin live", () => {
|
||||
const provider = createKimiWebSearchProvider();
|
||||
const tool = provider.createTool?.({
|
||||
config: {},
|
||||
searchConfig: { kimi: { apiKey: KIMI_SEARCH_KEY }, cacheTtlMinutes: 0 },
|
||||
searchConfig: { kimi: { apiKey: KIMI_SEARCH_KEY }, cacheTtlMinutes: 0, timeoutSeconds: 90 },
|
||||
} as never);
|
||||
|
||||
const result = await tool?.execute({ query: "OpenClaw GitHub", count: 1 });
|
||||
|
||||
Reference in New Issue
Block a user