Update main.yml
This commit is contained in:
parent
d8bf5ef7cf
commit
e161d027a4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -5,12 +5,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# install modules
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
# buikd
|
||||
# build
|
||||
- name: Build
|
||||
run: yarn build
|
||||
# unit tests
|
||||
run: yarn build:packages
|
||||
# run unit tests
|
||||
- name: Jest Annotations & Coverage
|
||||
uses: mattallty/jest-github-action@v1.0.3
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue