Skip to content

Commit

Permalink
Use pest
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Feb 9, 2024
1 parent 142f1a5 commit c78416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Install Project Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: PHPUnit
run: php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" ./vendor/bin/phpunit --coverage-clover=coverage.xml
run: php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" ./vendor/bin/pest --coverage-clover=coverage.xml

0 comments on commit c78416f

Please sign in to comment.