Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running with clean Task, all the tests are run #206

Open
kingargyle opened this issue Mar 8, 2023 · 1 comment
Open

When running with clean Task, all the tests are run #206

kingargyle opened this issue Mar 8, 2023 · 1 comment

Comments

@kingargyle
Copy link

kingargyle commented 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

@kingargyle 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
@joshafeinberg
Copy link
Member

I believe this is a similar root cause to #219 #223 so once we get the fix in for that we can confirm this resolves as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants