Skip to content

chore: add build job to CI workflow before tests - #107

Merged
thomasluizon merged 2 commits into
mainfrom
chore/ci-add-build-step
Mar 31, 2026
Merged

chore: add build job to CI workflow before tests#107
thomasluizon merged 2 commits into
mainfrom
chore/ci-add-build-step

Conversation

@thomasluizon

Copy link
Copy Markdown
Owner

Summary

  • Adds a Build job (dotnet build) to the CI workflow
  • Unit Tests job now depends on Build (needs: build) -- tests only run if build passes
  • Provides a separate "Build" check in GitHub PR status for branch protection

Test plan

  • Verify both "Build" and "Unit Tests" jobs appear in PR checks
  • Verify tests don't start until build completes
  • Add "Build" as required status check in branch protection settings

🤖 Generated with Claude Code

thomasluizon and others added 2 commits March 31, 2026 10:00
@thomasluizon
thomasluizon merged commit 979d8e1 into main Mar 31, 2026
3 checks passed
@thomasluizon
thomasluizon deleted the chore/ci-add-build-step branch March 31, 2026 13:05
thomasluizon added a commit that referenced this pull request Jun 13, 2026
…consolidation, perf, validators, deps (#205)

* WIP checkpoint: round-1 fixes waves 1-1.5 (partial, pre-repair)

* recovery: complete error-code refactor + fix test assertions to green

* fix(api): ship errorCode from all controller failures + BulkSkip/count perf + naming

* fix(api): r4 — SkipHabit filtered includes, N+1 batching, errorcode coherence test

* fix(chat): remove unreachable null check in LoadChatContextAsync (SonarCloud reliability)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant