fix: 优化 device-pod CLI 短入口
This commit is contained in:
@@ -200,6 +200,7 @@ test("v02 render follows TypeScript runtime checks and does not self-patch boots
|
||||
const artifactPublishSource = await readFile("scripts/artifact-publish.mjs", "utf8");
|
||||
assert.match(artifactPublishSource, /\["run", "--cwd", "web\/hwlab-cloud-web", "check"\]/u);
|
||||
assert.match(artifactPublishSource, /cloud web source check failed before BuildKit image build/u);
|
||||
assert.match(artifactPublishSource, /\/usr\/local\/bin\/hwpod/u);
|
||||
assert.doesNotMatch(artifactPublishSource, /Run bun run --cwd web\/hwlab-cloud-web build, fix the static asset build/u);
|
||||
|
||||
const workloads = await readFile(path.join(outDir, "runtime-v02", "workloads.yaml"), "utf8");
|
||||
|
||||
Reference in New Issue
Block a user