From 76993dce4ce1f37885a26af9a281835063fd3b2a Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Sun, 23 Jul 2023 17:49:36 -0600 Subject: [PATCH] pester 4.10.1 --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e30735..7512678 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,6 +92,7 @@ jobs: - name: Run Pester Tests uses: PoshCode/Actions/pester@v1 with: + pesterVersion: "4.10.1" codeCoveragePath: Modules/F7History moduleUnderTest: F7History additionalModulePaths: ${{github.workspace}}/Modules