From c7a3f263774b41c478bf36b0089193f76a199cfe Mon Sep 17 00:00:00 2001 From: Rudolf Tucek Date: Sun, 28 Nov 2021 12:09:37 +0100 Subject: [PATCH] Revert "Merge pull request #65 from rtucek/code-coverage" This reverts commit 5ec50796a4adee490d690fdb709e076d61069854, reversing changes made to 93f5c226ec49a3ffb6351863fe52ca4f299cc435. Revert necessary due to mattallty/jest-github-action#41. --- .github/workflows/ci-testing.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 3f3bf66..59a52d0 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -38,8 +38,4 @@ jobs: run: yarn install --frozen-lockfile - name: Unit Test - uses: mattallty/jest-github-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - test-command: "yarn run test:unit" + run: yarn run test:unit