Update main.yml

This commit is contained in:
Steve Ruiz 2021-08-31 22:28:03 +01:00
parent db7b6fb3a2
commit 065d33867a

View file

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