Skip to content

Commit

Permalink
update github workflow change service name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Mar 25, 2021
1 parent b5a8fcf commit a7d461a
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 @@ -34,7 +34,7 @@ jobs:
- run: npm ci
- run: npm run test-ci
env:
COVERALLS_SERVICE_NAME: ${{ github.repository }}
COVERALLS_SERVICE_NAME: GithubActions
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_GIT_BRANCH: ${{ env.BRANCH_NAME }}

Expand Down

0 comments on commit a7d461a

Please sign in to comment.