Added error check for canary promote actions (#432)

* Added checkForErrors so canary promote action fails when there is an error

* Added tests for checkForErrors

* Probable integration error fix

* Probable integration error fix

* Revert changes back

* Added checkForErrors unit tests

* Fixed multiple tests issue

---------

Co-authored-by: Suneha Bose <123775811+bosesuneha@users.noreply.github.com>
This commit is contained in:
benjamin
2025-07-15 17:00:09 -04:00
committed by GitHub
parent f17d8559ed
commit 7395c391d9
13 changed files with 1083 additions and 141 deletions
@@ -296,5 +296,6 @@ export async function deployObjects(
timeout
)
checkForErrors([execResult])
return {execResult, manifestFiles}
}