Revert "ci: add jest coverage workflow (#5229)" (#5303)

This reverts commit 3c03e5610e.
This commit is contained in:
Herrington Darkholme 2022-01-11 02:14:39 -05:00 committed by GitHub
parent 60487af6ba
commit 7edce7fdd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,5 @@ jobs:
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm lint
- uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-step: install
- name: Test
run: pnpm test