diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f02e88f..b6f13c0 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -120,6 +120,9 @@ jobs: with: run_install: false + - name: Install dependencies + run: pnpm install --frozen-lockfile + - name: Run ${{ matrix.name }} run: pnpm exec turbo run ${{ matrix.check }} @@ -159,6 +162,9 @@ jobs: with: run_install: false + - name: Install dependencies + run: pnpm install --frozen-lockfile + - name: Cache Playwright Browsers uses: actions/cache@v4 with: