Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed Jan 9, 2022
1 parent 7c77800 commit 81eb4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Expand Up @@ -49,6 +49,6 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls --dev -q
composer require php-coveralls/php-coveralls "psr/log:^2" --dev -q
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
./vendor/bin/php-coveralls -v

0 comments on commit 81eb4b7

Please sign in to comment.