chia7712 commented on code in PR #17397:
URL: https://github.com/apache/kafka/pull/17397#discussion_r1795129472
##########
.github/workflows/build.yml:
##########
@@ -145,6 +149,14 @@ jobs:
**/build/reports/tests/*
compression-level: 9
if-no-files-found: ignore
+ - name: Archive JUnit XML
+ uses: actions/upload-artifact@v4
+ with:
+ name: junit-xml-${{ matrix.java }}
+ path: |
+ build/junit-xml/**/*.xml
Review Comment:
Should we export the artifact url for this task?
--
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]