Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Oct 1, 2020
1 parent b6ff98e commit dc5d42f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cmd: test
- if: github.event_name == 'push' && github.ref == 'refs/heads/master' && success()
name: 'Coverage'
uses: Borales/actions-yarn@v2.3.0
with:
cmd: coverage
name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc5d42f

Please sign in to comment.