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 cfa55a1 commit f150011Copy full SHA for f150011
azure-pipelines.yml
@@ -25,11 +25,11 @@ steps:
25
php -version
26
displayName: 'Use PHP version $(phpVersion)'
27
28
-- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
29
- displayName: 'Check code style'
30
-
31
- script: composer install --no-interaction --prefer-dist
32
displayName: 'Composer install'
33
+- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
+ displayName: 'Check code style'
+
34
- script: vendor/bin/phpunit
35
displayName: 'PHPUnit'
0 commit comments