Skip to content

Commit aa23d2d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
testing when -DisRemote=false
1 parent 3005ca2 commit aa23d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ steps:
112112
displayName: 'Run tests'
113113
inputs:
114114
mavenPomFile: 'pom.xml'
115-
goals: 'test'
115+
goals: 'test -DisRemote=false'
116116
publishJUnitResults: true
117117
testResultsFiles: '**/surefire-reports/TEST-*.xml'
118118
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)