-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug]: JVM unit tests are not executed on CI #1546
Comments
How do you suggest we run all the JVM |
A solution to this could be to do something similar to |
I would prefer switching over to a built-in umbrella task like If |
What about add task with If the CI merely check |
`:core:common` module would not be able to run its unit test: `:core:common:test` Related to: android#1546
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
Since the recent merge of this PR
, the
:core:common
module is now a pure JVM module.Unfortunately, the CI currently only runs Android tests:
nowinandroid/.github/workflows/Build.yaml
Line 106 in 50b13ec
This also brought up this issue with missing test dependencies that were not visible on CI builds:
Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: