mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(ci): add dependency installation step in CI pipeline in case cache miss (#685)
This commit is contained in:
6
.github/workflows/ci-pipeline.yml
vendored
6
.github/workflows/ci-pipeline.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user