Skip to content

Commit

Permalink
Force test projects to run in series
Browse files Browse the repository at this point in the history
  • Loading branch information
simpat-adam committed Dec 5, 2023
1 parent 64ccc02 commit 44de76c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ function ResetTestDatabases {
}

function IntegrationTests {
Invoke-Execute { RunTests -Filter "FullyQualifiedName~Common.Tests&Category!=PowerShellTests" }
Invoke-Execute { RunTests -Filter "FullyQualifiedName~Models.Tests&Category!=PowerShellTests" }
Invoke-Execute { RunTests -Filter "FullyQualifiedName~TransformLoad.Tests&Category!=PowerShellTests" }
Invoke-Execute { RunTests -Filter "FullyQualifiedName~Web.Tests&Category!=PowerShellTests" }
}

Expand Down

0 comments on commit 44de76c

Please sign in to comment.