Skip to content

Commit 64525b6

Browse files
committed
Run phpunit job even if previous failed
This condition was present on the others, but missed for phpunit.
1 parent 6157fcc commit 64525b6

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
@@ -95,6 +95,7 @@ jobs:
9595
exit 1
9696
fi
9797
displayName: 'Test PHPUnit'
98+
condition: or(succeeded(), failed())
9899
- script: |
99100
php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
100101
cd symfony_demo

0 commit comments

Comments
 (0)