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.
Thanks it worked!!!
@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