fix: 优化 device-pod CLI 短入口

This commit is contained in:
Codex
2026-05-31 19:16:13 +08:00
parent c191ada9d0
commit ca714bfa27
9 changed files with 100 additions and 56 deletions
+1
View File
@@ -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");