fix: add bun to v02 ci tools image

This commit is contained in:
Codex
2026-05-29 03:26:53 +08:00
parent 75fe3167ed
commit 64862b4b70
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ test("v02 render follows TypeScript runtime checks and does not self-patch boots
assert.equal(render.status, 0, render.stderr || render.stdout);
const pipeline = await readFile(path.join(outDir, "tekton-v02", "pipeline.yaml"), "utf8");
assert.match(pipeline, /127\.0\.0\.1:5000\/hwlab\/hwlab-ci-node-tools:node22-alpine-bun-v1/u);
assert.match(pipeline, /node scripts\/run-bun\.mjs test cmd\/hwlab-codex-api-responses-forwarder\/main\.test\.ts/u);
assert.doesNotMatch(pipeline, /cmd\/hwlab-codex-api-responses-forwarder\/main\.mjs/u);