Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed May 8, 2024
1 parent 3d86cfc commit 7e2df50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Test
env:
XDEBUG_MODE: coverage
run: vendor/bin/phpunit --coverage-clover coverage.xml tests

- name: Upload coverage
Expand Down

0 comments on commit 7e2df50

Please sign in to comment.