Skip to content

Commit

Permalink
Install CS check before trying to use it...
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 4, 2019
1 parent cfa55a1 commit f150011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ steps:
php -version
displayName: 'Use PHP version $(phpVersion)'

- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
displayName: 'Check code style'

- script: composer install --no-interaction --prefer-dist
displayName: 'Composer install'

- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
displayName: 'Check code style'

- script: vendor/bin/phpunit
displayName: 'PHPUnit'

0 comments on commit f150011

Please sign in to comment.