Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav.shupilkin committed Mar 1, 2022
1 parent 6c993b9 commit ae97847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install phpunit and php-cs-fixer with specific version
run: |
composer update phpunit/phpunit ${{ matrix.composer-flags }} --dev
composer update friendsofphp/php-cs-fixer ${{ matrix.composer-flags }} --dev
- name: Run unit and integration tests
run: |
vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage.xml
Expand Down

0 comments on commit ae97847

Please sign in to comment.