Update main.yml

This commit is contained in:
Steve Ruiz 2021-08-31 22:30:43 +01:00
parent 065d33867a
commit 60379adea4

View file

@ -8,9 +8,6 @@ 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