Continue control-plane smoke after checkout skips
Some checks are pending
check / contracts (push) Waiting to run

This commit is contained in:
Joshua 2026-02-19 14:06:57 -08:00
parent af4f7796e7
commit b918bad769

View File

@ -322,10 +322,8 @@ async function main() {
}
}
if (!checkoutTxHash) {
console.log(JSON.stringify(result, null, 2));
return;
}
// Keep running; governance install may still be valid for pre-existing entitlements.
} else {
const checkoutConfirmRes = await requestJSON(
"POST",
"/marketplace/checkout/confirm",
@ -372,6 +370,7 @@ async function main() {
}
}
}
}
const installTokenRes = await requestJSON(
"POST",