From 6e8d44a0a68791bc7628fb360b57c90d551297b8 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Thu, 25 Aug 2022 09:20:47 +0000 Subject: [PATCH] Fix jest report --- .github/workflows/build_prs_jest_report.yaml | 1 + 1 file changed, 1 insertion(+) 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: