Skip to content

Commit

Permalink
Excluded EF Core database integration tests from github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jhartmann123 committed Nov 24, 2022
1 parent 49c3f52 commit 7d73af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Build
run: dotnet build Extensions.sln --no-restore
- name: Test
run: dotnet test Extensions.sln --no-build --verbosity normal
run: dotnet test Extensions.sln --no-build --verbosity normal --filter FullyQualifiedName!~Fusonic.Extensions.UnitTests.EntityFrameworkCore

0 comments on commit 7d73af2

Please sign in to comment.