Skip to content

Commit

Permalink
Enable SHC Validation 2 (#142)
Browse files Browse the repository at this point in the history
* Bump core to 6.0.8

* Bump core version, add SHC to FHIRFormat

* Bump to release version

* Workaround for missing test results

* Fix too many entries in zip error

* Workaround for missing test results 2
  • Loading branch information
dotasek committed Sep 5, 2023
1 parent b6fa31d commit 7ba820d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions master-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ steps:
inputs:
gradleWrapperFile: 'gradlew'
tasks: 'build -d'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
publishJUnitResults: false
javaHomeOption: 'JDKVersion'
sonarQubeRunAnalysis: false
jdkVersionOption: 1.11
Expand Down
3 changes: 1 addition & 2 deletions release-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ steps:
inputs:
gradleWrapperFile: 'gradlew'
tasks: 'build'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
publishJUnitResults: false
javaHomeOption: 'JDKVersion'
sonarQubeRunAnalysis: false
jdkVersionOption: 1.11
Expand Down

0 comments on commit 7ba820d

Please sign in to comment.