Skip to content

Commit 9e501ac

Browse files
committed
Fix Pester installation
1 parent fbdb17e commit 9e501ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $BuildPSModule = @{
77

88
Push-Location -Path $PSScriptRoot
99
Import-Module -Name "$PSScriptRoot/src/$($BuildPSModule['Name']).psm1" -Force
10+
Install-Module -Name Pester -SkipPublisherCheck -Force
1011
Install-Module -Name PSModuleUtils -Force
1112
if (!$env:GITHUB_ACTIONS) {
1213
Invoke-PSModuleAnalyzer -Fix

0 commit comments

Comments
 (0)