mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
always run/publish tests
This commit is contained in:
parent
e0f7e7aff9
commit
d37c335118
@ -21,6 +21,7 @@ steps:
|
||||
--set-timeout 120 \
|
||||
${{ parameters.runTestsParameters }}
|
||||
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
|
||||
condition: always()
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: 'JUnit'
|
||||
@ -28,3 +29,4 @@ steps:
|
||||
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
|
||||
failTaskOnFailedTests: true
|
||||
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
|
||||
condition: always()
|
||||
|
Loading…
Reference in New Issue
Block a user