From 30bdbf451868cce0d2b795c7b8caf820e54a218e Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Fri, 21 May 2021 15:53:54 -0400 Subject: [PATCH] Update pull-request-pipeline.yml for Azure Pipelines --- pull-request-pipeline.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pull-request-pipeline.yml b/pull-request-pipeline.yml index a62ee3447..d3bf9cc03 100644 --- a/pull-request-pipeline.yml +++ b/pull-request-pipeline.yml @@ -39,15 +39,14 @@ steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' - goals: 'exec:exec' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.8' + jdkArchitectureOption: 'x64' options: '-pl org.hl7.fhir.validation.cli' publishJUnitResults: false testResultsFiles: '**/surefire-reports/TEST-*.xml' - javaHomeOption: 'JDKVersion' - mavenVersionOption: 'Default' - mavenAuthenticateFeed: false - effectivePomSkip: false - sonarQubeRunAnalysis: false + goals: 'exec:exec' # Upload test results to codecov - script: bash <(curl https://codecov.io/bash) -t $(codecov)