fix(directory): build API on PR pre-merge

This commit is contained in:
Collin Barrett 2025-05-28 19:28:43 -05:00 committed by Collin Barrett
parent 6132173c40
commit ae94f21b8d
2 changed files with 5 additions and 2 deletions

View file

@ -43,7 +43,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
- name: Build
run: dotnet build -c Release
working-directory: ./services/Directory/FilterLists.Directory.Api
- name: Login to Container Registry
if: github.event_name == 'push'
uses: docker/login-action@v3

View file

@ -79,7 +79,6 @@ await ctx.FilterLists
}
}
// TODO: refactor to primary ctor syntax while allowing EF Core query compilation to succeed
public sealed record Response
{
/// <summary>