File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
22
dotnet-version : 6.0.x
23
23
include-prerelease : true
24
24
25
- - run : git checkout HEAD^2
26
- if : ${{ github.event_name == 'pull_request' }}
27
-
28
25
- name : Initialize CodeQL
29
26
uses : github/codeql-action/init@v1
30
27
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ namespace LinkDotNet.Blog.IntegrationTests.Infrastructure.Persistence.RavenDb
13
13
{
14
14
public sealed class BlogPostRepositoryTests : RavenTestDriver
15
15
{
16
+ private static bool serverRunning ;
16
17
private readonly IDocumentStore store ;
17
18
private readonly IRepository < BlogPost > sut ;
18
- private static bool serverRunning ;
19
19
20
20
public BlogPostRepositoryTests ( )
21
21
{
You can’t perform that action at this time.
0 commit comments