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

Eliminate the manual process of creating CI tests #182

Open
khajavi opened this issue Apr 5, 2023 · 0 comments
Open

Eliminate the manual process of creating CI tests #182

khajavi opened this issue Apr 5, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@khajavi
Copy link
Member

khajavi commented Apr 5, 2023

We need to use the following setting keys to perform CI tests: ciTargetJavaVersions, ciTargetMinJavaVersions, and ciTargetScalaVersions.

However, these are implementation details and we should not expect the user to fulfill these settings. Instead, we should read all submodules and identify which projects are to be tested (test/skip := true). Then, we can read the crossScalaVersions and javaPlatform setting keys to generate CI tests automatically, without any manual intervention.

@khajavi khajavi added the help wanted Extra attention is needed label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant