Skip to content

Commit

Permalink
Merge pull request #1 from lukesampson/master
Browse files Browse the repository at this point in the history
fix(tests): Force pester v4 (ScoopInstaller#4040)
  • Loading branch information
sinloss committed Dec 21, 2020
2 parents c845376 + 6df80c1 commit 8ecdb7c
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 8ecdb7c

Please sign in to comment.