You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our ciUnitTest lifecycle tasks only depend on the release variant of tests in libraries, but multi-variant libraries could run their tests in other variants too.
Let's do two things
Make ciUnitTest depend on the test task and not just the release test task. This seems like a legacy holdover.
Disable the non-release unit tests by default and add a property to optionally enable them if this is desirable
The text was updated successfully, but these errors were encountered:
Currently our
ciUnitTest
lifecycle tasks only depend on therelease
variant of tests in libraries, but multi-variant libraries could run their tests in other variants too.Let's do two things
ciUnitTest
depend on thetest
task and not just the release test task. This seems like a legacy holdover.The text was updated successfully, but these errors were encountered: