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 62e5eb8 commit e2e2aa7Copy full SHA for e2e2aa7
tests/Invoke-Deployment.Tests.ps1
@@ -9,6 +9,7 @@ if (!$Batch) {
9
# Is not a part of the global batch => import module
10
#Explicitly import the module for testing
11
Import-Module "$here\..\dbops.psd1" -Force; Get-DBOModuleFileList -Type internal | ForEach-Object { . $_.FullName }
12
+ $ErrorActionPreference = 'Stop'
13
}
14
else {
15
# Is a part of a batch, output some eye-catching happiness
0 commit comments