Update main.yml

This commit is contained in:
Steve Ruiz 2021-08-13 12:24:54 +01:00
parent d8bf5ef7cf
commit e161d027a4

View file

@ -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: