fix(test): drop unused workflow read in npm preflight acceptance test

This commit is contained in:
Peter Steinberger
2026-07-16 18:54:46 -07:00
parent 658b601ee5
commit 3b1667e286
@@ -3619,7 +3619,6 @@ describe("package artifact reuse", () => {
});
it("accepts tag-matched frozen release branches in OpenClaw npm preflight", () => {
const workflow = readWorkflow(OPENCLAW_NPM_RELEASE_WORKFLOW);
const preflight = workflowJob(OPENCLAW_NPM_RELEASE_WORKFLOW, "preflight_openclaw_npm");
const metadata = workflowStep(preflight, "Validate release metadata");