You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does Circle behave when there are 2+ jobs, but no workflows?
The reason I ask is that in yaml, the order of map keys are not guaranteed. This has me wondering how Circle handles a scenario where multiple jobs are defined given the lack of guaranteed job ordering (at least per the yaml spec). For example, given the below yaml with build and test jobs, the yaml spec makes no guarantees that ordering is preserved.
This is a valid circle pipeline:
Conversion fails with
no workflows defined
.Our conversion shouldn't require a workflow.
The text was updated successfully, but these errors were encountered: