Situation:
- we don’t have parallel builds
- we’re use multiple Bitrise workflows to test all our Android modules via
Virtual Device Testing - the next workflow is triggered at the end of the previous with
Bitrise Start Build - “Wait for Builds” is set to
falseas this would require parallel builds
Problem:
- when Github triggers our initial workflow
test1and this succeeds theBranch protectionallows to merge the PR - when one of the other workflows fail this does not influence the
Branch protection
Question:
- Can we “manually” control when Bitrise reports back to Github (success or not) without parallel builds?
- I.e. I would do this after the last workflow in the chain instead of currently after the first workflow
See screenshot:
-
test1succeeds and startstest2which fails - but Githubs still shows that all is good

