Hi
Is there any way I can run one workflow after completion of first one (e.g. If my first workflow gets success status then only dependent workflow should run). I want to trigger my appium tests (workflow-2) after completion of my android build (workflow-1). ?
You can use Trigger Bitrise Workflow step from the steplib to achieve that.
1 Like
Thanks it worked!!!
1 Like
@Sumitbera if you want to run these as part of a single build process, you can also use “workflow chaining” - related docs: https://devcenter.bitrise.io/bitrise-cli/workflows/#chaining-workflows-and-reusing-workflows
Thanks I managed to use that and it worked
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.