Update main.yml
This commit is contained in:
parent
db7b6fb3a2
commit
065d33867a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -8,6 +8,9 @@ jobs:
|
|||
# install modules
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
# build
|
||||
- name: Build
|
||||
run: cd packages/core && yarn build
|
||||
# run unit tests
|
||||
- name: Jest Annotations & Coverage
|
||||
uses: mattallty/jest-github-action@v1.0.3
|
||||
|
|
Loading…
Reference in a new issue