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?
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?