refactor: simplify tests and consolidate CI/CD to minimalist smoke tests

This commit is contained in:
2026-05-04 21:15:36 +02:00
parent eda8e322a8
commit afd4a73a05
5 changed files with 94 additions and 226 deletions

View File

@@ -42,10 +42,3 @@ jobs:
- name: 🏗️ Build
run: pnpm build
- name: ♿ Accessibility Check
run: pnpm start-server-and-test start http://localhost:3000 "pnpm check:a11y http://localhost:3000"
- name: ♿ WCAG Sitemap Audit
run: pnpm start-server-and-test start http://localhost:3000 "pnpm run check:wcag http://localhost:3000"
# monitor trigger