slawekjaranowski commented on code in PR #3219:
URL: https://github.com/apache/maven-surefire/pull/3219#discussion_r2507793306
##########
.github/workflows/maven-verify.yml:
##########
@@ -33,8 +33,12 @@ jobs:
verify-goal: 'clean install -nsu -P run-its'
verify-fail-fast: false
failure-upload-path: |
- surefire-its/target/*/log.txt
- surefire-its/target/**/surefire-reports/*
- surefire-its/target/**/failsafe-reports/*
- timeout-minutes: 600
+ maven-surefire/**/*
Review Comment:
we can try to add something like:
```
**/target/*/log.txt
**/target/**/surefire-reports/*
**/target/**/failsafe-reports/*
```
so we will have included logs, reports from all modules
--
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]