E2E CI pipeline mit ephemerer Infrastruktur
Some checks failed
continuous-integration/drone/push Build is failing

- drone.yml: deploy_latest Pipeline mit k3s test-backend, OpenTofu
  E2E-VMs, E2E-Test-Ausführung, Email-Notification und Cleanup
- Alte tag/promote Pipelines auskommentiert
- APK build/upload vorerst auskommentiert
- E2E test runner script (scripts/e2e-test.sh)
- tsconfig: expo/tsconfig.base Extension
- CLAUDE.md an neue CI/CD-Struktur angepasst
This commit is contained in:
2026-02-27 19:35:06 +01:00
parent f25feb97da
commit 641ecebf5a
4 changed files with 488 additions and 95 deletions

View File

@@ -3,8 +3,15 @@
"strict": true
},
"references": [
{ "path": "packages/shared" },
{ "path": "apps/client" },
{ "path": "apps/server" }
]
{
"path": "packages/shared"
},
{
"path": "apps/client"
},
{
"path": "apps/server"
}
],
"extends": "expo/tsconfig.base"
}