mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 16:41:49 +00:00
fix(venice): retry model discovery on transient fetch failures
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { createRequire } from "node:module";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
const require = createRequire(import.meta.url);
|
||||
const { detectChangedScope } = require("../../scripts/ci-changed-scope.mjs") as {
|
||||
const { detectChangedScope } = (await import("../../scripts/ci-changed-scope.mjs")) as unknown as {
|
||||
detectChangedScope: (paths: string[]) => {
|
||||
runNode: boolean;
|
||||
runMacos: boolean;
|
||||
|
||||
Reference in New Issue
Block a user