Skip to content

Commit

Permalink
add pcov extension in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Feb 22, 2021
1 parent 3cc196f commit 4a77546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
extensions: :opcache
extensions: :opcache, pcov
- run: composer install ${{ matrix.composer_flags }}
- run: vendor/bin/phpunit
if: ${{ matrix.php_version != '8.0' }}
Expand Down

0 comments on commit 4a77546

Please sign in to comment.