Skip to content

Commit

Permalink
show test summary in Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 19, 2024
1 parent 9f8d3c8 commit f78a8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
- pwsh: |
npm run test:ci
displayName: 'Run tests'
- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: 'junit-report.xml'
- pwsh: |
echo "Major (major) : $(major)"
echo "Major (GitVersion_Major) : $(GitVersion_Major)"
Expand Down

0 comments on commit f78a8e6

Please sign in to comment.