EnricoMi commented on code in PR #36413:
URL: https://github.com/apache/spark/pull/36413#discussion_r862705748


##########
.github/workflows/build_and_test.yml:
##########
@@ -280,6 +280,7 @@ jobs:
       with:
         name: test-results-${{ matrix.modules }}-${{ matrix.comment }}-${{ 
matrix.java }}-${{ matrix.hadoop }}-${{ matrix.hive }}
         path: "**/target/test-reports/*.xml"
+        if-no-files-found: error

Review Comment:
   I think that is what I meant with `1.`. I have reworded that to be more 
clear:
   
   > 1. The code has been build […] tests have been executed but no test files 
have been generated.
   
   This is covered by `if-no-files-found: error` for `actions/upload-artifact`. 
The upload action is triggered when tests are run, so it expects files to 
upload.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to