Skip to content

Commit

Permalink
ci(tests): fix phpunit run
Browse files Browse the repository at this point in the history
  • Loading branch information
zlodes committed Apr 21, 2024
1 parent 25bbe15 commit e8682ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,8 @@ jobs:
env:
XDEBUG_MODE: coverage
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
php_extensions: xdebug
args: tests --coverage-clover ./vendor/coverage.xml
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml

- name: Upload to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit e8682ea

Please sign in to comment.