Skip to content

Commit

Permalink
Pester v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 4, 2023
1 parent aec7691 commit 50eedaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
run: |
Install-Module -Name Microsoft.PowerShell.ConsoleGuiTools -Force -SkipPublisherCheck -Scope CurrentUser
Install-Module -Name PSReadLine -Force -SkipPublisherCheck -Scope CurrentUser
Install-Module -Name Pester -RequiredVersion "5.5.0" -Force -SkipPublisherCheck -Scope CurrentUser
Install-Module -Name Pester -Force -SkipPublisherCheck -Scope CurrentUser
- name: Run Pester Tests
uses: PoshCode/Actions/pester@v1
with:
pesterVersion: "5.6.0"
pesterVersion: "5.5.0"
codeCoveragePath: Modules/F7History
moduleUnderTest: F7History
additionalModulePaths: ${{github.workspace}}/Modules
Expand Down

0 comments on commit 50eedaf

Please sign in to comment.