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 4adcc27 commit 5eb7295
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ on:

jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Borales/actions-yarn@v2.3.0
- with:
name: 'Install'
with:
cmd: install
- with:
- uses: Borales/actions-yarn@v2.3.0
name: 'Test'
with:
cmd: test
- if: github.event_name == 'push' && github.ref == 'master' && success()
uses: Borales/actions-yarn@v2.3.0
with:
cmd: coverage

0 comments on commit 5eb7295

Please sign in to comment.