mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): add dependency installation step in CI pipeline in case cache miss (#685)
This commit is contained in:
parent
58af542675
commit
c23ca6c698
1 changed files with 6 additions and 0 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue