Skip to content

Commit

Permalink
FRW-8773 Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Nov 7, 2024
1 parent ecd5f44 commit d89401d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:

- name: Run tests
run: |
if [[ ${{ matrix.php-version }} == '8.2' ]]; then
XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml
else
composer test
fi
- name: Code Coverage Report
if: success() && matrix.php-version == '8.2'
Expand Down

0 comments on commit d89401d

Please sign in to comment.