Skip to content

Commit

Permalink
GitHub actions: fix coveralls installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Oct 8, 2021
1 parent c0e1557 commit 309a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
run: |
export COVERALLS_RUN_LOCALLY=1
export COVERALLS_REPO_TOKEN=${{ secrets.coverallsToken }}
composer require php-coveralls/php-coveralls
composer require -W php-coveralls/php-coveralls
php vendor/bin/php-coveralls -v

0 comments on commit 309a9ca

Please sign in to comment.