Commit Graph
2 Commits
Author SHA1 Message Date
robot 7747ea194c fix(ci): stub appName must match test expectation 'KRYZ Go!'
CI / Lint (pull_request) Successful in 19m20s
CI / Test (pull_request) Successful in 19m19s
CI / Build iOS (pull_request) Waiting to run
CI / Build Android (pull_request) Failing after 26m21s
2026-08-01 08:14:45 +00:00
robot 7b04b2f9cd fix(ci): generate stub files before flutter analyze
CI / Lint (pull_request) Canceled after 16m4s
CI / Test (pull_request) Canceled after 0s
CI / Build Android (pull_request) Canceled after 0s
CI / Build iOS (pull_request) Canceled after 0s
The generated/ directory (app_config.dart, theme_colors.dart) is created
by build_whitelabel.py from theme.json. Since theme.json is not in the
repo, the lint gate fails on missing generated imports.

Added ci_stub_gen.py to produce minimal stubs so flutter analyze passes
before the whitelabel build step. Wired into all jobs in ci.yml and
release.yml.
2026-08-01 06:52:09 +00:00