Pass secret via env var (not inline), strip \r, convert literal \n to real newlines.
Added head/wc debug output to diagnose key format.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Gitea act runner injects secrets with \r\n line endings.
Use printf + tr -d '\r' instead of echo to avoid libcrypto error.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- DeterministicLayer: accept patterns now use IgnoreCase (was None)
- Test: CPF ExtractedValue is raw formatted match, not stripped digits
- CI filter: also exclude McpServerTests (require live server)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Test project was referencing non-existent Nalu.Api.csproj → Nalu.Web.csproj
- Replace using Nalu.Api.* → Nalu.Web.* in all test files
- Skip PipelineIntegration tests in CI (require live MongoDB)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>