Skip to content

Commit c23ca6c

Browse files
authored
chore(ci): add dependency installation step in CI pipeline in case cache miss (#685)
1 parent 58af542 commit c23ca6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
with:
121121
run_install: false
122122

123+
- name: Install dependencies
124+
run: pnpm install --frozen-lockfile
125+
123126
- name: Run ${{ matrix.name }}
124127
run: pnpm exec turbo run ${{ matrix.check }}
125128

@@ -159,6 +162,9 @@ jobs:
159162
with:
160163
run_install: false
161164

165+
- name: Install dependencies
166+
run: pnpm install --frozen-lockfile
167+
162168
- name: Cache Playwright Browsers
163169
uses: actions/cache@v4
164170
with:

0 commit comments

Comments
 (0)