Skip to content

Commit b89aee4

Browse files
committed
Add missing condition on azure community job
1 parent ccd0348 commit b89aee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/community_job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
9393
php vendor/bin/phpunit
9494
displayName: 'Test Amphp'
95+
condition: or(succeeded(), failed())
9596
- script: |
9697
git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
9798
cd phpunit

0 commit comments

Comments
 (0)