WIth pr based deploys in SEED, is there a way of w...
# seed
o
WIth pr based deploys in SEED, is there a way of waiting for our unit & integration tests that run via github actions to finish before deploying?
f
Hey @Omi Chowdhury, there’s the Connect external CI option. It awaits for all GH checks to succeed to trigger the deploy.
That said, we more often recommend calling the SEED CLI in ur GH action to trigger a build, instead of using the PR workflow.
It’s more stable and flexible this way.
o
Ok, we have that options set, but still seems to trigger simultaneously
f
I see. Can you send me a link to the build?
A bit of context, there actually isn't a fully reliable way to check for all GH checks have passed. Connect external CI option was originally introduced prior to GH actions time and was intended to work with Circle CI and Travis.
We are actually planning to phase out the feature in favor for SEED CLI.
o
about the cli - that makes sense, will the seed CLI do the same thing with adding the status checks back on the PR?