Update windows image to windows-latest in PR pipeline (#893)
* Update windows image to windows-latest in PR pipeline * Add JAVA_TOOL_OPTIONS to fix character related breakages in Windows tests Co-authored-by: dotasek <david.otasek@smilecdr.com>
This commit is contained in:
parent
b38c4b31ae
commit
55ae5b6e99
|
@ -12,6 +12,7 @@ jobs:
|
|||
currentImage: ${{image.name}}
|
||||
codecov: $(CODECOV_TOKEN)
|
||||
VERSION:
|
||||
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
|
||||
|
||||
steps:
|
||||
# Runs 'mvn clean install'
|
||||
|
@ -50,4 +51,4 @@ jobs:
|
|||
inputs:
|
||||
codeCoverageTool: 'JaCoCo'
|
||||
summaryFileLocation: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/jacoco.xml'
|
||||
reportDirectory: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/'
|
||||
reportDirectory: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/'
|
||||
|
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
jdkVersions: [ '1.11', '1.17']
|
||||
- name: macos-latest
|
||||
jdkVersions: [ '1.11', '1.17']
|
||||
- name: windows-2019
|
||||
- name: windows-latest
|
||||
jdkVersions: [ '1.11', '1.17']
|
Loading…
Reference in New Issue