chore: finalize Nightly QA stabilization
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 10s
Nightly QA / call-qa-workflow (push) Failing after 1m38s
🚀 Build & Deploy / 🧪 QA (push) Successful in 2m51s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m44s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 11s
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m57s
🚀 Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-04-24 12:38:07 +02:00
parent adda98eb00
commit a5d43df53a
2 changed files with 1 additions and 43 deletions

View File

@@ -1,42 +0,0 @@
name: QA Debug
on:
push:
branches:
- main
workflow_dispatch:
jobs:
prepare:
name: 🏗️ Prepare & Install
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: 🧹 Clean Runner Infrastructure
run: |
docker builder prune -f --filter "until=24h" || true
docker image prune -f --filter "until=24h" || true
docker system prune -f --volumes --filter "until=24h" || true
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 10
- name: 🔐 Registry Auth
run: |
REGISTRY="${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}"
echo "@mintel:registry=https://$REGISTRY" > .npmrc
echo "//$REGISTRY/:_authToken=${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}" >> .npmrc
- name: 🧹 Wipe Workspace
run: |
rm -rf .next .turbo node_modules || true
pnpm store prune || true
- name: Install dependencies
run: |
pnpm install --frozen-lockfile

View File

@@ -12,7 +12,7 @@ on:
jobs:
call-qa-workflow:
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@hardened-cleanup
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@main
with:
TARGET_URL: 'https://testing.mb-grid-solutions.com'
PROJECT_NAME: 'mb-grid-solutions'