Ngone51 commented on a change in pull request #29454:
URL: https://github.com/apache/spark/pull/29454#discussion_r471891073
##########
File path: .github/workflows/master.yml
##########
@@ -183,6 +183,12 @@ jobs:
with:
name: test-results-${{ matrix.modules }}-${{ matrix.comment }}-${{
matrix.java }}-${{ matrix.hadoop }}-${{ matrix.hive }}
path: "**/target/test-reports/*.xml"
+ - name: Upload unit tests log files
+ if: failure()
Review comment:
Logs for failed tests only should be good enough from my experience.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]