greyp9 commented on a change in pull request #5675:
URL: https://github.com/apache/nifi/pull/5675#discussion_r787943791



##########
File path: .github/workflows/ci-workflow.yml
##########
@@ -93,6 +94,17 @@ jobs:
           ${{ env.MAVEN_COMMAND }}
           ${{ env.MAVEN_PROFILES }}
           ${{ env.MAVEN_PROJECTS }}
+      - name: upload-on-failure
+        uses: actions/upload-artifact@v2
+        with:
+          name: surefire-reports-ubuntu-en
+          path: |
+            ./**/target/surefire-reports/*.txt
+            ./**/target/surefire-reports/*.xml
+          retention-days: 3
+        if: failure()
+      - name: System Information (after)

Review comment:
       I chose this for symmetry with the preceding "System Information" label, 
which collects data before the build.  My thought was that there might be other 
non-disk information we might also want to collect after the build.  But open 
to a different name. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to