Skip to content

Commit

Permalink
Tweaking of github flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Dec 2, 2020
1 parent 3d5160d commit f7e785d
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 @@ -36,7 +36,7 @@ jobs:
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

- name: Code coverage
if: github.ref == 'refs/heads/master' && ${{ matrix.php }} != '8.0'
if: ${{ github.ref == 'refs/heads/master' && matrix.php != 8.0 }}
run: |
echo "::debug::The matrix is set to -${{ matrix.php }}-"
wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit f7e785d

Please sign in to comment.