diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 0f5c72af..80bff682 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -21,7 +21,6 @@ jobs: - run: | yarn lint git diff --exit-code - - run: yarn test - run: yarn coverage - uses: codecov/codecov-action@v2 with: