AniZen CI Manager
Workflows
1. Trigger Official Release
When the user wants to "deploy" or "release", trigger the release.yml workflow.
bash
gh workflow run release.yml
2. Watch Build Status
Always monitor the build after a push or manual trigger to ensure quality checks (Detekt) pass.
bash
./scripts/watch_build.sh
3. Handle Cloud Failures
If a build fails:
- •Identify the failing step (e.g.,
Run Code Analysis (Detekt)orBuild Release APK). - •Download the logs using
gh run view --log. - •Propose a fix based on the specific lint or compiler error.