Skip to content

Commit 6cf3450

Browse files
committed
Fix name binary file
1 parent bf9895f commit 6cf3450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Send coveralls
5252
run: |
5353
export PATH="$PATH:~/.composer/vendor/bin/"
54-
coveralls build/logs/clover.xml -v
54+
php-coveralls build/logs/clover.xml -v
5555
env:
5656
# COVERALLS_RUN_LOCALLY: 1
5757
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)