Skip to content

Commit edc1600

Browse files
author
Andrey Helldar
authored
Update phpunit.yml
1 parent 17cea97 commit edc1600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
3737
3838
- name: Scrutinizer CI
39+
if: success() && matrix.php = "8.0" && matrix.laravel = "8.0"
3940
run: |
4041
wget https://scrutinizer-ci.com/ocular.phar
4142
php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)