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

Setup unit testing github action #6

Open
arso opened this issue Dec 16, 2021 · 0 comments
Open

Setup unit testing github action #6

arso opened this issue Dec 16, 2021 · 0 comments

Comments

@arso
Copy link
Contributor

arso commented Dec 16, 2021

Currently for build workflow unit testing execution is disabled because some of the tests are not stable enough because of for example being highly time dependent. In maven there are some profiles defined that disable unit tests annotated (with junit categories) as Performance or TimeDependent.
This lightweight workflow should be able to prepare basic OS image to run 'mvn' test on Centos Stream 8 or/and 9. As part of the jobs would be to identify other unit tests that can occasionally fail and excluded them until they are fixed.

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

No branches or pull requests

1 participant