Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent 7e8d12c commit cfe2fc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: PHPStan
run: phpstan

tests:
runs-on: ubuntu-latest
name: 'PHP ${{ matrix.php }} PHPUnit ${{ matrix.phpunit }}'
Expand Down Expand Up @@ -83,4 +84,6 @@ jobs:
composer update
- name: PHPUnit
run: ./vendor/bin/phpunit --do-not-cache-result
run: |
./vendor/bin/phpunit --do-not-cache-result --coverage-php ./coverage.php
cat ./coverage.php

0 comments on commit cfe2fc6

Please sign in to comment.