Hi,
I’m using bitrise-step-build-router-start to run parallel workflows.
Let’s say I have ENV variable called SUITES with workflows like: workflow1/nworkflow2 as a value.
Is it possible to assign SUITES to workflows ?
I saw example here, but I don’t know what format of that $TEST_WORKFLOWS should be like.
With example above workflow1/nworkflow2 , Bitrise tries to run workflow workflow1/n but it could not find it because there is /n at the end.
Thank you!