ci: permanently remove cache configs instead of commenting out
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 19s
Build & Deploy / 🧪 QA (push) Successful in 2m42s
Build & Deploy / 🏗️ Build (push) Successful in 2m55s
Build & Deploy / 🚀 Deploy (push) Failing after 17s
Build & Deploy / 🧪 Smoke Test (push) Has been skipped
Build & Deploy / ⚡ Lighthouse (push) Has been skipped
Build & Deploy / ♿ WCAG (push) Has been skipped
Build & Deploy / 🛡️ Quality Gates (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 9s

This commit is contained in:
2026-02-23 13:04:06 +01:00
parent c414a7614b
commit 2fbcce0990
2 changed files with 3 additions and 54 deletions

View File

@@ -16,25 +16,10 @@ jobs:
version: 10
run_install: false
# - name: Get pnpm store directory
# id: pnpm-cache
# shell: bash
# run: |
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
# - name: Setup pnpm cache
# uses: actions/cache@v4
# with:
# path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-pnpm-store-
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporarily disabled due to runner cache timeouts
- name: 🔐 Configure Private Registry
run: |
@@ -47,15 +32,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
# - name: Setup Turbo cache
# uses: actions/cache@v4
# with:
# path: .turbo
# key: ${{ runner.os }}-turbo-global-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-turbo-global-
# ${{ runner.os }}-turbo-
- name: 🧪 QA Checks
env:
TURBO_TELEMETRY_DISABLED: "1"