diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9f483e55..dd392e6f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,9 +29,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven - run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 + run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 - name: Publish Test Report uses: mikepenz/action-junit-report@v2 if: always() # always run even if the previous step fails with: - report_paths: '**/surefire-reports/TEST-*.xml' \ No newline at end of file + report_paths: '**/surefire-reports/TEST-*.xml'