diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index c01762f964..4703c4c300 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -32,8 +32,8 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' + - run: cd frontend && yarn install --frozen-lockfile && yarn build - 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: