summaryrefslogtreecommitdiff
path: root/azure/test.yml
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-04 08:12:53 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-04 08:12:53 +0200
commit666cc8d5da471bb0cde83ff64149a787b61bb182 (patch)
tree6a8f764e3aca47954b108f09f4996336aa067fde /azure/test.yml
parent47a953919f914354473a6f25ec279c6c3d4d4de1 (diff)
downloadphp-git-666cc8d5da471bb0cde83ff64149a787b61bb182.tar.gz
always run
Diffstat (limited to 'azure/test.yml')
-rw-r--r--azure/test.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/azure/test.yml b/azure/test.yml
index 2b27ad9b53..3dd8d89d74 100644
--- a/azure/test.yml
+++ b/azure/test.yml
@@ -21,8 +21,7 @@ steps:
--set-timeout 120 \
${{ parameters.runTestsParameters }}
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
- condition: succeeded()
- condition: failed()
+ condition: and(succeeded(), failed())
- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
@@ -30,5 +29,4 @@ steps:
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
failTaskOnFailedTests: true
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
- condition: succeeded()
- condition: failed()
+ condition: and(succeeded(), failed())