ci: fix pnpm caching entire workspace by setting global store-dir
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 7m11s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / ♿ WCAG (push) Has been cancelled
Build & Deploy / 📸 Visual Diff (push) Has been cancelled
Build & Deploy / 🛡️ Quality Gates (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 7m11s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / ♿ WCAG (push) Has been cancelled
Build & Deploy / 📸 Visual Diff (push) Has been cancelled
Build & Deploy / 🛡️ Quality Gates (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
This commit is contained in:
@@ -165,6 +165,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
@@ -409,6 +410,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
@@ -453,6 +455,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
@@ -539,6 +542,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
@@ -632,6 +636,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
@@ -730,6 +735,7 @@ jobs:
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
run: |
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
- name: Setup pnpm cache
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user