Skip to content

Commit

Permalink
Ci - Syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincz committed Jan 15, 2021
1 parent a47ffc1 commit fc07090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: bin/phpunit --color=always -v --debug --coverage-clover=build/logs/clover.xml

- name: "Upload coverage results to Scrutinizer"
run: vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
run: ./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml

- name: "Upload coverage results to Coveralls"
env:
Expand Down

0 comments on commit fc07090

Please sign in to comment.