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 5eb7295 commit 1348684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
name: 'Test'
with:
cmd: test
- if: github.event_name == 'push' && github.ref == 'master' && success()
- if: github.event_name == 'push' && github.ref == 'master'
name: 'Coverage'
uses: Borales/actions-yarn@v2.3.0
with:
cmd: coverage

0 comments on commit 1348684

Please sign in to comment.