snazy commented on code in PR #2327:
URL: https://github.com/apache/polaris/pull/2327#discussion_r2269551732
##########
.github/workflows/gradle.yml:
##########
@@ -72,7 +72,7 @@ jobs:
with:
name: upload-unit-test-artifacts
path: |
- **/build/test-results/**
+ **/build/reports/tests/**
Review Comment:
Both the test-results _and_ the reports are useful. Why not archive both?
--
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]