In the new version(0.9.3) of the step we have set variant filtering to be selective.
1 Like
What does it mean to be “selective”
I tried setting up android unit tests with a variant name of qa. But I saw that it’s doing the builds for all variants that starts with qa: qa, qaOne, qaTwo, etc.
Do you have suggestions on how I can build just the qa variant?
Selective means in this case that the step will select only the specified variant. Same fix scheduled for the Android Unit Test
step
1 Like