fix(ci): remove non-existent check:mdx and set global puppeteer env
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🧪 QA (push) Failing after 5s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 7m43s

This commit is contained in:
2026-03-03 20:37:17 +01:00
parent c16b0e01cb
commit 949cac8bf8
2 changed files with 3 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ concurrency:
jobs:
quality-assurance:
runs-on: docker
env:
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -58,8 +60,7 @@ jobs:
- name: 🧪 QA Checks
env:
TURBO_TELEMETRY_DISABLED: "1"
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium
run: npx turbo run check:mdx lint typecheck test --cache-dir=".turbo"
run: npx turbo run lint typecheck test --cache-dir=".turbo"
- name: 🏗️ Build
run: pnpm build

View File

@@ -43,10 +43,6 @@
"check:spell": {
"inputs": ["content/**/*.{md,mdx}", "app/**/*.tsx", "components/**/*.tsx", "cspell.json"],
"outputs": []
},
"check:mdx": {
"inputs": ["content/**/*.{md,mdx}", "scripts/validate-mdx.mjs"],
"outputs": []
}
}
}