diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index 019e67a974..1e83a7f182 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -39,7 +39,7 @@ jobs: annotations: none package-manager: yarn github-token: ${{ secrets.GITHUB_TOKEN }} - test-script: yarn install --frozen-lockfile --ignore-scripts && yarn build:backend && yarn run test:coverage:jest + test-script: cd frontend && yarn install && yarn run test:coverage:jest base-coverage-file: ./coverage/report.json env: CI: true