diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e2632fc..b5b0d8b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,15 +39,7 @@ jobs: - name: Run tests run: | - pnpm test:packages --changedSince=origin/next --ci --json --coverage --testLocationInResults --outputFile=report.json - - - name: Coverage - uses: artiomtr/jest-coverage-report-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - coverage-file: report.json - base-coverage-file: report.json - threshold: 80 + pnpm test:packages build_docs: runs-on: ubuntu-latest