diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ac4f7e9..ee1954d 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -188,7 +188,7 @@ jobs: - name: Build Maven Site run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args }} ${{ inputs.ff-site-goal }} if: inputs.ff-site-run - + - name: Upload Maven Site uses: actions/upload-artifact@v3 with: @@ -207,6 +207,9 @@ jobs: if: always() run: df -h shell: bash + + - name: Clean Ensuring no file handle remains open on windows + run: ./mvnw clean --errors --batch-mode --show-version verify: needs: fail-fast-build @@ -286,3 +289,7 @@ jobs: if: steps.should-run.conclusion == 'success' && always() run: df -h shell: bash + + - name: Clean Ensuring no file handle remains open on windows + if: steps.should-run.conclusion == 'success' + run: ./mvnw clean --errors --batch-mode --show-version