mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 11:29:30 +00:00
Update pull-request-pipeline.yml for Azure Pipelines
Adding validation cli jar test run
This commit is contained in:
parent
124bef0e8b
commit
7ddf41f571
@ -36,6 +36,19 @@ steps:
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
goals: 'package'
|
||||
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
mavenPomFile: 'pom.xml'
|
||||
goals: 'exec:exec'
|
||||
options: '-pl org.hl7.fhir.validation.cli'
|
||||
publishJUnitResults: false
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
javaHomeOption: 'JDKVersion'
|
||||
mavenVersionOption: 'Default'
|
||||
mavenAuthenticateFeed: false
|
||||
effectivePomSkip: false
|
||||
sonarQubeRunAnalysis: false
|
||||
|
||||
# Upload test results to codecov
|
||||
- script: bash <(curl https://codecov.io/bash) -t $(codecov)
|
||||
displayName: 'codecov Bash Uploader'
|
||||
|
Loading…
x
Reference in New Issue
Block a user