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:
dotasek 2022-08-19 10:18:36 -04:00 committed by GitHub
parent b38c4b31ae
commit 55ae5b6e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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/'

View File

@ -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']