Skip to content

Commit

Permalink
Update CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Russo committed Aug 15, 2020
1 parent f298ef0 commit 25722f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: actions
repo_token: ${{ secrets.COVERALLS_TOKEN }}
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,9 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

coverage-end:
if: "!contains(github.event.head_commit.message, 'skip ci')"
needs: ci-cd
runs-on: ubuntu-latest
steps:
- name: Coveralls End
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel-finished: true

0 comments on commit 25722f2

Please sign in to comment.