Skip to content

Commit

Permalink
Enable DataAccess integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmarquezh committed Jul 2, 2024
1 parent 119f355 commit 50a014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.githubactions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Publish {

function Test {
if(-not $TestFilter) {
Invoke-Execute { dotnet test $solution -c $Configuration --no-build -v normal --filter 'FullyQualifiedName!~DataAccess.IntegrationTests'}
Invoke-Execute { dotnet test $solution -c $Configuration --no-build -v normal }
} else {
Invoke-Execute { dotnet test $solution -c $Configuration --no-build -v normal --filter TestCategory!~"$TestFilter" }
}
Expand Down

0 comments on commit 50a014e

Please sign in to comment.