Phase 4: CI runs test suite on PR #15

Merged
mprihoda merged 4 commits from SUPP-9-phase-04 into SUPP-9 2026-01-30 11:43:05 +00:00
mprihoda commented 2026-01-30 11:06:24 +00:00 (Migrated from github.com)

Phase 4: CI runs test suite on PR

Goals: Add test execution to the CI workflow so PRs are validated for functional correctness via the test suite.

Changes:

  • Add test job to CI workflow that depends on compile
  • Execute ./mill __.test for all modules
  • MongoDB tests auto-skip without MONGO_URI
  • SQL tests (Testcontainers) work in CI

Testing:

  • All tests verified passing locally
  • YAML syntax validated

Full review packet

🤖 Generated with Claude Code

## Phase 4: CI runs test suite on PR **Goals**: Add test execution to the CI workflow so PRs are validated for functional correctness via the test suite. **Changes**: - Add `test` job to CI workflow that depends on `compile` - Execute `./mill __.test` for all modules - MongoDB tests auto-skip without MONGO_URI - SQL tests (Testcontainers) work in CI **Testing**: - All tests verified passing locally - YAML syntax validated [Full review packet](https://github.com/iterative-works/support/blob/SUPP-9-phase-04/project-management/issues/SUPP-9/review-packet-phase-04.md) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.