Skip to content

Commit

Permalink
Merge pull request #1149 from driesvints/patch-2
Browse files Browse the repository at this point in the history
Use proper if in workflow
  • Loading branch information
Sephster authored Nov 13, 2020
2 parents 7715229 + fbbf053 commit e886a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

- name: Code coverage
if: ${{ github.ref == 'master' }}
if: github.ref == 'refs/heads/master'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit e886a28

Please sign in to comment.