diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cba4144e20..6840848e42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,7 @@ jobs: - uses: ./.github/workflows/yarn - - name: Run tests - run: 'yarn test:ci' - - name: Annotations and coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: ArtiomTr/jest-coverage-report-action@v2.2.5 with: - coverage-file: jest.results.json - test-script: 'echo coverage generated' + github-token: ${{ secrets.GITHUB_TOKEN }}