test: make dotnet evidence tests runner portable
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 1m23s

This commit is contained in:
2026-07-12 12:40:54 +09:00
parent d49e45b308
commit 521d1c0b3d
5 changed files with 21 additions and 3 deletions
@@ -5,7 +5,7 @@ public class UnitTest1
[Fact]
public void OperationalReportLoader_ParsesCanonicalTempReport()
{
var path = Path.GetFullPath(Path.Combine(AppContext.BaseDirectory, "..", "..", "..", "..", "..", "..", "Temp", "operational_report.json"));
var path = Path.Combine(AppContext.BaseDirectory, "Fixtures", "operational_report.json");
var report = QuantEngine.Core.Infrastructure.OperationalReportLoader.Load(path);
Assert.Equal("2026-05-24-operational-report-v1", report.SchemaVersion);