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