Skip to content

Commit 79e9cd5

Browse files
committed
fix github action
1 parent 886c8ec commit 79e9cd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141

4242
- name: Code coverage
4343
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'thephpleague/oauth2-server' }}
44-
run: |
45-
wget https://scrutinizer-ci.com/ocular.phar
44+
run:
4645
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)