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