Skip to content

Commit

Permalink
fix(tests): Force pester v4 (ScoopInstaller#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jul 1, 2020
1 parent 96de9c1 commit 6df80c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/init.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Write-Host "PowerShell: $($PSVersionTable.PSVersion)"
(7z.exe | Select-String -Pattern '7-Zip').ToString()
Write-Host "Install dependencies ..."
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name Pester -SkipPublisherCheck
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name Pester -RequiredVersion 4.10.1 -SkipPublisherCheck
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name PSScriptAnalyzer,BuildHelpers

if ($env:CI_WINDOWS -eq $true) {
Expand Down

0 comments on commit 6df80c1

Please sign in to comment.