Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Dec 5, 2024
1 parent e81bd02 commit 2af989f
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: vendor/bin/phpunit --passthru-php="'-d' 'pcov.enabled=1' '-d' 'pcov.directory=.' '-d' 'pcov.exclude=~vendor~'"
run: php -d pcov.enabled=1 -d pcov.directory=. -d pcov.exclude="~vendor~" vendor/bin/phpunit
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2af989f

Please sign in to comment.