diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4dbc0d3..118c129 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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