ci: avoid blacksmith for release setup jobs

This commit is contained in:
Peter Steinberger
2026-04-29 16:55:05 +01:00
parent 61d53f98d3
commit 334f4624e0
4 changed files with 4 additions and 2 deletions

View File

@@ -121,6 +121,7 @@ describe("package artifact reuse", () => {
const workflow = readFileSync(LIVE_E2E_WORKFLOW, "utf8");
const retryHelper = readFileSync("scripts/ci-live-command-retry.sh", "utf8");
expect(workflow).toContain("validate_selected_ref:\n runs-on: ubuntu-24.04");
expect(workflow).not.toContain("suite_id: live-all");
expect(workflow).not.toContain("command: pnpm test:live\n");
expect(workflow).toContain("suite_id: native-live-src-agents");