Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Oct 1, 2020
1 parent 86c4540 commit 4adcc27
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Master

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

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

0 comments on commit 4adcc27

Please sign in to comment.