Updates github action maven build parameters
Fixes gh-2625
This commit is contained in:
committed by
spencergibb
parent
26b8e7dde6
commit
e739628323
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -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'
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
|
||||
Reference in New Issue
Block a user