Skip to content

Commit

Permalink
feat: add publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed Apr 18, 2022
1 parent 5be0921 commit 9652d49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ jobs:
- run: yarn
- name: Generate coverage
run: yarn coverage:coveralls

publish-to-coveralls:

runs-on: ubuntu-latest

needs: generate-coverage

steps:
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}

0 comments on commit 9652d49

Please sign in to comment.