diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index c553172e6e..c01762f964 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -33,6 +33,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' - run: yarn install --frozen-lockfile --ignore-scripts + - run: cd frontend && yarn install --frozen-lockfile - name: Tests on ${{ matrix.node-version }} uses: ArtiomTr/jest-coverage-report-action@v2 with: