Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gutocf authored May 23, 2022
1 parent ef6df01 commit 89f564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run PHPUnit
run: |
vendor/bin/phpunit
vendor/bin/phpunit --bootstrap=tests/bootstrap.php
if [[ ${{ matrix.php-version }} == '7.4' ]]; then
export CODECOVERAGE=1
vendor/bin/phpunit --bootstrap=tests/bootstrap.php --coverage-clover=coverage.xml
Expand Down

0 comments on commit 89f564e

Please sign in to comment.