slawekjaranowski commented on code in PR #3219:
URL: https://github.com/apache/maven-surefire/pull/3219#discussion_r2507789062
##########
.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:
Paths are related to project workspace ....
so there is no directory `maven-surefire`
--
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]