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

@@ -165,21 +165,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporär deaktiviert wegen Timeout in Gitea Cache
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc
echo "//${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install --frozen-lockfile
# - 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: 🔒 Security Audit
run: pnpm audit --audit-level high
@@ -441,18 +433,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporär deaktiviert wegen Timeout in Gitea Cache
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc
echo "//${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install --frozen-lockfile
# - name: Setup APT Cache
# uses: actions/cache@v4
# with:
# path: /var/cache/apt/archives
# key: apt-cache-${{ runner.os }}-${{ hashFiles('package.json') }}
- name: 🔍 Install Chromium (Native & ARM64)
run: |
rm -f /etc/apt/apt.conf.d/docker-clean
@@ -513,29 +500,17 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 10
# - name: Setup Puppeteer cache
# uses: actions/cache@v4
# with:
# path: ~/.cache/puppeteer
# key: ${{ runner.os }}-puppeteer-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-puppeteer-
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporär deaktiviert wegen Timeout in Gitea Cache
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc
echo "//${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install --frozen-lockfile
# - name: Setup APT Cache
# uses: actions/cache@v4
# with:
# path: /var/cache/apt/archives
# key: apt-cache-${{ runner.os }}-${{ hashFiles('package.json') }}
- name: 🔍 Install Chromium (Native & ARM64)
run: |
rm -f /etc/apt/apt.conf.d/docker-clean
@@ -600,7 +575,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporär deaktiviert wegen Timeout in Gitea Cache
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc
@@ -638,7 +612,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'pnpm' # Temporär deaktiviert wegen Timeout in Gitea Cache
- name: 🔔 Gotify
run: |
STATUS="${{ needs.deploy.result }}"