slawekjaranowski commented on code in PR #50:
URL: 
https://github.com/apache/maven-gh-actions-shared/pull/50#discussion_r913686661


##########
.github/workflows/maven-verify.yml:
##########
@@ -272,6 +272,10 @@ jobs:
       - name: Build with Maven
         if: steps.should-run.conclusion == 'success'
         run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args 
}} ${{ inputs.verify-goal }}
+        
+      - name: Clean Ensuring no file handle remains open on windows
+        if: steps.should-run.conclusion == 'success'
+        run: ./mvnw clean        

Review Comment:
   I don't think that somebody use GH scripts locally ...
   In GH we take additional a few seconds for build 
   
   if needed pleas also add `--errors --batch-mode --show-version`
   and add the same to `fail-fast-build`
   



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to