Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 15, 2025
1 parent fed08fd commit 200b421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
ref: develop
path: "scoop_core"
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v6
uses: potatoqualitee/psmodulecache@v6.2
with:
modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:4.10.1
modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:5.7.1
shell: powershell
- name: Test
shell: powershell
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Init Test Suite
uses: potatoqualitee/[email protected]
with:
modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:4.10.1
modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:5.7.1
shell: pwsh
- name: Test
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion bin/test.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version 5.1
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '4.4.0' }
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '5.7.1' }

if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
$result = Invoke-Pester "$PSScriptRoot\..\test" -PassThru
Expand Down

0 comments on commit 200b421

Please sign in to comment.