Files
jobtrackingapp/.gitea/workflows
cesnimda cfba7fbbc4
CI and Deploy / test (push) Failing after 1m3s
CI and Deploy / deploy (push) Has been skipped
fix(ci): actually run the backend test suite
The build step only builds JobTrackerApi, so the test project was never
compiled — and `dotnet test --no-build` then made the step a ~1s no-op
(locally it errors "test source file not found"; on the persistent
self-hosted runner it can silently run a stale binary). The 306 backend
tests have not been gating CI.

Drop --no-build so the test project is compiled and the suite runs.
Verified locally: 306 passed in 14s instead of "succeeding" in 1s.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 20:47:44 +02:00
..