Skip to content

Commit

Permalink
add xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 17, 2020
1 parent a29e516 commit dbfbffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
php-version: ${{ matrix.php }}
extensions: apc, curl, dom, intl, mbstring, mcrypt
ini-values: date.timezone='UTC'
coverage: xdebug

## install composer
- name: Install dependencies
Expand All @@ -40,7 +41,7 @@ jobs:

## unit test with coverage
- name: PHP Unit tests for PHP 7.3
run: XDEBUG_MODE=coverage vendor/bin/phpunit --verbose --coverage-clover=clover.xml --configuration actions.phpunit.xml
run: vendor/bin/phpunit --verbose --coverage-clover=clover.xml --configuration actions.phpunit.xml
if: matrix.php == '7.3'

## coverage
Expand Down

0 comments on commit dbfbffc

Please sign in to comment.