Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Test Windows PowerShell
if: matrix.os == 'windows-latest'
run: |
Install-Module Pester -Scope CurrentUser -Force -SkipPublisherCheck
Install-Module Pester -RequiredVersion 6.0.0-rc1 -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
./build.ps1 -Test -Verbose
shell: powershell

Expand Down
3 changes: 2 additions & 1 deletion tools/installPSResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Install-PSResource -Verbose -TrustRepository -RequiredResource @{
repository = $PSRepository
}
Pester = @{
version = "5.7.1"
version = "6.0.0-rc1"
prerelease = $true
repository = $PSRepository
}
}