#Check run/test step
1 messages · Page 1 of 1 (latest)
run and test are Steps created with b.step()
So if you want something to happen, just add it as a dependency to that Step
Afaik you cant do it any other way
So I can add to the step even if it was not activated?
*not unnecessary work during the build process?
If you add something to the step, it wont do anything unless the user asks the step to run
Or asks another step to run that depends on that step