diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 639672235..e10c65c9c 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -83,8 +83,3 @@ jobs: - name: Run Frontend Tests run: | npm test - - name: Frontend Coverage - uses: artiomtr/jest-coverage-report-action@v2.0-rc.1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - if: github.event_name == 'pull_request'