If you just want to run the utility workflow in project where it is defined you can use Workflow before or Add workflow after buttons in editor.
If you want to run it as a part of its integration tests you need some bitrise.yml file and Bitrise run step. However you cannot run utility workflow alone, there has to be at least one regular workflow.
you can use Workflow before or Add workflow after buttons in editor.
Okay, that helps. Most workflows start with
Activate SSH key
Git clone
Cache pull
Flutter install
and end with
Bitrise deploy
Cache push
This means that I get some composability with utility workflows and your recommendation.
you need some bitrise.yml file and Bitrise run step
Right! Well, I guess I’ll go with the first approach. Thanks! How do I go about marking your replay as answer? Or is there some way to mark this discussion as resolved?