File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 test :
1313 name : General checks, tests and coverage reporting
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ trigger:
99strategy :
1010 matrix :
1111 linux_node_lts_16 :
12- imageName : ' ubuntu-22 .04'
12+ imageName : ' ubuntu-24 .04'
1313 node_version : 16.x
1414 linux_node_lts_18_min_version :
15- imageName : ' ubuntu-22 .04'
15+ imageName : ' ubuntu-24 .04'
1616 node_version : 18.12.0
1717 linux_node_lts_18 :
18- imageName : ' ubuntu-22 .04'
18+ imageName : ' ubuntu-24 .04'
1919 node_version : 18.x
2020 mac_node_lts_18 :
2121 imageName : ' macos-13'
@@ -24,7 +24,7 @@ strategy:
2424 imageName : ' windows-2022'
2525 node_version : 18.x
2626 linux_node_current :
27- imageName : ' ubuntu-22 .04'
27+ imageName : ' ubuntu-24 .04'
2828 node_version : 20.x
2929 mac_node_current :
3030 imageName : ' macos-13'
@@ -58,11 +58,10 @@ steps:
5858 testResultsFormat : ' JUnit'
5959 testResultsFiles : ' $(System.DefaultWorkingDirectory)/test-results.xml'
6060
61- - task : PublishCodeCoverageResults@1
61+ - task : PublishCodeCoverageResults@2
6262 displayName : Publish Test Coverage Results
6363 condition : succeededOrFailed()
6464 inputs :
65- codeCoverageTool : ' cobertura'
6665 summaryFileLocation : ' $(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
6766
6867- script : npm run coverage
You can’t perform that action at this time.
0 commit comments