summaryrefslogtreecommitdiff
path: root/azure/test.yml
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-04 08:23:43 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-04 08:23:43 +0200
commit550f95e645d1a9f7050e954a862bcf7f89654ae6 (patch)
tree6593ade739bd2720ffffeb9236b21dba1015b5e1 /azure/test.yml
parent666cc8d5da471bb0cde83ff64149a787b61bb182 (diff)
downloadphp-git-550f95e645d1a9f7050e954a862bcf7f89654ae6.tar.gz
should be or
Diffstat (limited to 'azure/test.yml')
-rw-r--r--azure/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/test.yml b/azure/test.yml
index 3dd8d89d74..9821010f11 100644
--- a/azure/test.yml
+++ b/azure/test.yml
@@ -21,7 +21,7 @@ steps:
--set-timeout 120 \
${{ parameters.runTestsParameters }}
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
- condition: and(succeeded(), failed())
+ condition: or(succeeded(), failed())
- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
@@ -29,4 +29,4 @@ steps:
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
failTaskOnFailedTests: true
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
- condition: and(succeeded(), failed())
+ condition: or(succeeded(), failed())