Prefix path uses path variables.

Fixes gh-2438
Fixes gh-2578
This commit is contained in:
Robert McNees
2022-04-01 08:30:29 -04:00
committed by spencergibb
parent 3599efcb7e
commit ad7a0b95b7
3 changed files with 38 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true
run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -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