We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd0348 commit b89aee4Copy full SHA for b89aee4
azure/community_job.yml
@@ -92,6 +92,7 @@ jobs:
92
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
93
php vendor/bin/phpunit
94
displayName: 'Test Amphp'
95
+ condition: or(succeeded(), failed())
96
- script: |
97
git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
98
cd phpunit
0 commit comments