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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
# install modules
|
||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: yarn
|
run: yarn
|
||||||
# buikd
|
# build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build:packages
|
||||||
# unit tests
|
# run unit tests
|
||||||
- name: Jest Annotations & Coverage
|
- name: Jest Annotations & Coverage
|
||||||
uses: mattallty/jest-github-action@v1.0.3
|
uses: mattallty/jest-github-action@v1.0.3
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue