From 26a55b37dab260867a8f170a43223201ad2e78de Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Fri, 9 Jul 2021 10:13:29 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d1853f63..f8629a345 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,2 @@ -name: CI -on: push -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install modules - run: yarn - - name: Run tests - run: yarn test +- name: Jest Annotations & Coverage + uses: mattallty/jest-github-action@v1.0.3