Prefix path uses path variables.
Fixes gh-2438 Fixes gh-2578
This commit is contained in:
committed by
spencergibb
parent
3599efcb7e
commit
ad7a0b95b7
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user