Skip to content

Commit

Permalink
Updated tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Jul 25, 2022
1 parent cb9ee26 commit 790f7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: ./dev-tools/vendor/bin/php-cs-fixer --diff --dry-run -v --allow-risky=yes fix && ./dev-tools/vendor/bin/php-cs-fixer --diff --dry-run -v --allow-risky=yes fix .php_cs.dist

- name: Coverage
if: startsWith(matrix.php-versions, '7.')
run: bin/coveralls.sh
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 790f7f1

Please sign in to comment.