Skip to content

Commit

Permalink
Try GitHub actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 2, 2021
1 parent e6ff9b7 commit d7ee1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: php-${{ matrix.php-version }}
COVERALLS_PARALLEL: true
run: coveralls.phar -v
run: php coveralls.phar -v

coverage:
name: "Coverage"
Expand Down

0 comments on commit d7ee1b3

Please sign in to comment.