From 99bd8af27a4188d39f76d9b3c88b705abefcd81a Mon Sep 17 00:00:00 2001 From: Rudolf Tucek Date: Sun, 28 Nov 2021 01:08:01 +0100 Subject: [PATCH] Evaluate code coverage report --- .github/workflows/ci-testing.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 59a52d0..3f3bf66 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -38,4 +38,8 @@ jobs: run: yarn install --frozen-lockfile - name: Unit Test - run: yarn run test:unit + uses: mattallty/jest-github-action@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + test-command: "yarn run test:unit"