Skip to content

Commit

Permalink
.github/workflows/test.yml: fix the coveralls installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Mar 2, 2023
1 parent c20c533 commit 187cd46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
run: |
export COVERALLS_RUN_LOCALLY=1
export COVERALLS_REPO_TOKEN=${{ secrets.coverallsToken }}
composer require -W php-coveralls/php-coveralls
composer require "psr/log:^2"
composer require "php-coveralls/php-coveralls"
php vendor/bin/php-coveralls -v

0 comments on commit 187cd46

Please sign in to comment.