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


##########
.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:
   As I understand each GH job is executed in new VM which is removed after job 
finish, so all used resources should be decommissioned and should not have 
impact to other jobs.
   
   
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#using-a-github-hosted-runner



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