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

Proper usage with matrix builds #70

Open
kwin opened this issue Jun 16, 2021 · 1 comment
Open

Proper usage with matrix builds #70

kwin opened this issue Jun 16, 2021 · 1 comment

Comments

@kwin
Copy link

kwin commented Jun 16, 2021

I have a Maven matrix build and some jdk/os variants expose errors. Still the overall report (only visible once) shows no failed tests. How do you set that up with matrix build? Should an approach like https://github.com/marketplace/actions/publish-unit-test-results#use-with-matrix-strategy be used?

@jmisur
Copy link
Contributor

jmisur commented Jun 24, 2021

I don't think single report is enough to publish results of the same tests multiple times. For each build in the matrix, publish the test results and use unique name for the check. This will create multiple test result checks each having concrete build results from a single matrix job. Let me know if it works for you.

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

2 participants