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

Allow multiple locations for the test reports from the Liberty Run Tests action #939

Closed
turkeylurkey opened this issue Sep 3, 2024 · 0 comments · Fixed by #941
Closed
Assignees
Labels
bug Something isn't working must-fix
Milestone

Comments

@turkeylurkey
Copy link
Member

The Liberty action Run tests calls the dev mode action to run the JUnit tests. In the case of Maven the action may run unit tests and integration tests. Certain versions of the maven-surefire-report-plugin created the test reports in the directory target/site. A recent update to this plugin caused the report to be stored in target/reports. Since we cannot predict which version of the report plugin that dev mode will use the IDE tool must account for either location.

Gradle has only one type of tests and it is not affected by this recent change in Maven.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working must-fix
Projects
Development

Successfully merging a pull request may close this issue.

1 participant