Skip to content

Commit

Permalink
Add Coveralls ENV to publish pipeline
Browse files Browse the repository at this point in the history
Fix version publish failure due to test failure from Coveralls push
  • Loading branch information
ain committed Mar 22, 2021
1 parent 1ce24e0 commit 4f55175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: npm install
- name: Run test
run: npm test
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
linters:
name: Run linters
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f55175

Please sign in to comment.