We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1ee09 commit 68d0989Copy full SHA for 68d0989
1 file changed
tests/ci.pester.ps1
@@ -12,6 +12,7 @@
12
$conf = @{
13
Run = @{
14
Path = $Path
15
+ Exit = $true
16
}
17
Output = @{
18
Verbosity = "Detailed"
@@ -27,4 +28,4 @@ $config = New-PesterConfiguration -Hashtable $conf
27
28
if ($Type.Count -gt 0) {
29
$env:DBOPS_TEST_DB_TYPE = $Type -join " "
30
-Invoke-Pester -Configuration $config -CI
31
+Invoke-Pester -Configuration $config
0 commit comments