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

Non-java Modules don't get tested #235

Open
kpagratis opened this issue Sep 5, 2023 · 0 comments
Open

Non-java Modules don't get tested #235

kpagratis opened this issue Sep 5, 2023 · 0 comments

Comments

@kpagratis
Copy link
Contributor

I have a repo with a module that uses node. It uses the base and node gradle plugins and registers a list of tasks, test being among them.

When running ./gradlew runAffectedUnitTests -Paffected_module_detector.enable the affected module is found but it's never listed in the list of modules to decide whether to execute against.

For example, the bottom of the output is like so

[INFO] [amd] dependents of :node-module is [:node-module]
[INFO] [amd] checking whether I should include :a-module and my answer is false
[INFO] [amd] checking whether I should include :another-module and my answer is false

node-module is not listed and the tests are never run. It seems like the detector only operates against java/kotlin modules. Is this by design?

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

1 participant