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
false
as this would require parallel builds
Problem:
- when Github triggers our initial workflow
test1
and this succeeds theBranch protection
allows 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:
-
test1
succeeds and startstest2
which fails - but Githubs still shows that all is good