Skip to content

Commit

Permalink
fix appveyor.pester.ps1 (do Add-DbaAgDatabase)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 15, 2024
1 parent 1b1acae commit 7084515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/appveyor.pester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ if (-not $Finalize) {
Add-AppveyorTest -Name $appvTestName -Framework NUnit -FileName $f.FullName -Outcome Running

# Create a Pester configuration
$PesterConfiguration = [Pester.Configuration]::Default.Clone()
$PesterConfiguration = New-PesterConfiguration -Full
$PesterConfiguration.Run.Path = $f.FullName
$PesterConfiguration.Run.OutputVerbosity = 'None'
$PesterConfiguration.Run.Output.Verbosity = 'None'
$PesterConfiguration.Output.Verbosity = 'None'
$PesterConfiguration.Run.PassThru = $true

Expand Down

0 comments on commit 7084515

Please sign in to comment.