NUTCH-3143 GitHub workflow does not run all unit tests #889
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Further debugging from a previous CI run,
Failed to retrieve root test suite from file (/home/runner/work/nutch/nutch/results-macos/test/TEST-org.apache.nutch.tools.TestCommonCrawlDataDumper.xml). # NOTE THIS IS A MACOS TEST ARTIFACT
/home/runner/work/nutch/nutch/results-ubuntu/test/TEST-org.apache.nutch.util.TestStringUtil.xml # NOTE THIS IS A UBUNTU TEST ARTIFACT
It's possible the CI was not waiting for these results to be written properly before moving on...
This PR only uploads the Ubuntu test artifacts and then runs the JUnit reports for those artifacts. MacOS artifacts are not uploaded or run anymore.
Again, in order to test we must merge to master branch.