diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index c545598a8c..ce0cdc4390 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -71,11 +71,11 @@ jobs: - if: steps.cache-gui-fe-build.outputs.cache-hit != 'true' run: npm test - - run: npm install --save-dev jest typescript ts-jest @types/jest + #- run: npm install --save-dev jest typescript ts-jest @types/jest - name: Code coverage # if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && steps.cache-gui-fe-build.outputs.cache-hit != 'true' - uses: artiomtr/jest-coverage-report-action@v2.3.0 + uses: artiomtr/jest-coverage-report-action@v2.2 with: #github-token: ${{ secrets.GITHUB_TOKEN }} threshold: "80"