Skip to content

Commit

Permalink
Merge branch 'main' into 818-nullable-false
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler authored Jan 6, 2025
2 parents 8eb20ab + f0eb626 commit b57ffda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet format --verify-no-changes

- name: Create Kubernetes Cluster
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0

- name: Execute Tests
run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b57ffda

Please sign in to comment.