sonatype-nexus-community / nexus-repository-apk

Eclipse Public License 1.0
42 stars 24 forks source link

CI: Update CI config to publish test results and artifacts when tests fail the build #41

Closed bhamail closed 3 years ago

bhamail commented 3 years ago

While debugging other issues, we discovered the current CI config does not capture test results nor artifacts from the build.

Change the CI config use capture these files (useful for debugging) when the CI build fails.

cc @DarthHater @bhamail

bhamail commented 3 years ago

One solution is presented in branch: feature-fix-CI-artifacts

see: https://github.com/sonatype-nexus-community/nexus-repository-apk/tree/feature-fix-CI-artifacts