Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
MakeMail with option test
  • Loading branch information
RT Filefabrik committed Aug 17, 2024
1 parent 9b3096e commit 0589144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: ./vendor/bin/phpunit --coverage-clover clover.xml
run: ./vendor/bin/pest --coverage-clover clover.xml

- name: Coverage Check
uses: docker://ghcr.io/ericsizemore/phpunit-coverage-check-action
Expand Down

0 comments on commit 0589144

Please sign in to comment.