Skip to content

Commit 68d0989

Browse files
committed
moving CI to config
1 parent 2e1ee09 commit 68d0989

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/ci.pester.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
$conf = @{
1313
Run = @{
1414
Path = $Path
15+
Exit = $true
1516
}
1617
Output = @{
1718
Verbosity = "Detailed"
@@ -27,4 +28,4 @@ $config = New-PesterConfiguration -Hashtable $conf
2728
if ($Type.Count -gt 0) {
2829
$env:DBOPS_TEST_DB_TYPE = $Type -join " "
2930
}
30-
Invoke-Pester -Configuration $config -CI
31+
Invoke-Pester -Configuration $config

0 commit comments

Comments
 (0)