Skip to content

Commit

Permalink
run phpunit in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Dec 5, 2024
1 parent c9d4f21 commit e81bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: PHPStan Analysis
run: vendor/bin/phpstan analyse -c phpstan.neon
- name: PHPUnit
run: phpunit --passthru-php="'-d' 'pcov.enabled=1' '-d' 'pcov.directory=.' '-d' 'pcov.exclude=~vendor~'"
run: vendor/bin/phpunit --passthru-php="'-d' 'pcov.enabled=1' '-d' 'pcov.directory=.' '-d' 'pcov.exclude=~vendor~'"
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e81bd02

Please sign in to comment.