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"