Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 14, 2021
1 parent cf1776f commit 7d211c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.clover --coverage-text

- name: Download scrutinizer ocular.phar
if: ${{ matrix.php-version == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
if: ${{ matrix.php-versions == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
run: wget https://scrutinizer-ci.com/ocular.phar

- name: Upload code coverage to scrutinizer
if: ${{ matrix.php-version == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
if: ${{ matrix.php-versions == '7.2' && matrix.operating-system == 'ubuntu-latest' }}
run: php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 7d211c8

Please sign in to comment.