Update main.yml
This commit is contained in:
parent
4eb29349be
commit
d8bf5ef7cf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -7,6 +7,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
# buikd
|
||||
- name: Build
|
||||
run: yarn build
|
||||
# unit tests
|
||||
- name: Jest Annotations & Coverage
|
||||
uses: mattallty/jest-github-action@v1.0.3
|
||||
|
|
Loading…
Reference in a new issue