Skip to content

[CI] No test-mobile job — the entire apps/mobile vitest suite never runs in CI #3139

Description

@ToddHebebrand

Description

ci.yml has required test-api, test-web, and test-agent jobs, but no job runs the apps/mobile vitest suite. All 28 mobile test files — including ~30 tests just added by the fixes for #3114, #3115, #3117, #3118, and #3119 — run local-only. A regression in mobile code merges green.

Flagged independently by the reviewers on three separate PRs (#3124, #3125, #3131).

Proposed Fix

Add a test-mobile job to .github/workflows/ci.yml mirroring test-web (pnpm install, pnpm --filter breeze-mobile test, plus tsc --noEmit in apps/mobile). Consider making it required once it proves stable.

Affected Files

  • .github/workflows/ci.yml

Reported By

Review findings on #3124, #3125, #3131 (follow-up from the #3114#3119 batch)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions