ci: add android workflow for build test lint and detekt
Some checks failed
Android CI / android (push) Failing after 4m9s
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 15:39:59 +03:00
parent b5cd371f8b
commit 8246fe6cae
7 changed files with 403 additions and 1 deletions

View File

@@ -363,3 +363,8 @@
- Added instrumented Compose UI tests for login and chat list states.
- Added Android test dependencies for Compose test runner (`ui-test-junit4`) and test infra.
- Covered key visual states: auth error rendering, chat list loading state, and empty state.
### Step 62 - Android CI pipeline
- Added dedicated Android CI workflow for `main` branch and PRs.
- CI now runs Android build, unit tests, lint, and androidTest assemble.
- Added optional detekt execution step (auto-skipped when detekt task is not configured).