Skip to content

Commit

Permalink
Report test failures on macos
Browse files Browse the repository at this point in the history
This was enabled on 7.4 but for some reason disabled on master.
  • Loading branch information
nikic committed Jun 17, 2019
1 parent c413b1f commit 2d5b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/macos/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ steps:
testResultsFormat: 'JUnit'
testResultsFiles: junit.xml
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
failTaskOnFailedTests: false
failTaskOnFailedTests: true
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
condition: or(succeeded(), failed())

0 comments on commit 2d5b3b8

Please sign in to comment.