mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(directory): build API on PR pre-merge
This commit is contained in:
parent
6132173c40
commit
ae94f21b8d
2 changed files with 5 additions and 2 deletions
6
.github/workflows/directory.yml
vendored
6
.github/workflows/directory.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue