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
When I run a build with clean Tasks, and compareFrom set to "ForkCommit", all the tests are run, when only one module has had changes. If I run without clear, the runAffectedUnitTest task runs as expected.
Expectation:
Regardless if clean task is run, the task should always be comparing to what was the base line in the compareFrom task.
tested with version 0.2.1 and 0.1.1
The text was updated successfully, but these errors were encountered:
kingargyle
changed the title
When running with clear Task, all the tests are run
When running with clean Task, all the tests are run
Mar 8, 2023
When I run a build with clean Tasks, and compareFrom set to "ForkCommit", all the tests are run, when only one module has had changes. If I run without clear, the runAffectedUnitTest task runs as expected.
Expectation:
Regardless if clean task is run, the task should always be comparing to what was the base line in the compareFrom task.
tested with version 0.2.1 and 0.1.1
The text was updated successfully, but these errors were encountered: