From e7559cc62c268d98f120deae34c9d508423003d9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Jun 2024 09:26:15 +0200 Subject: [PATCH] Update pester command --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e60ceab55..8af26519e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,7 +323,8 @@ jobs: Write-host $PSVersionTable.PSVersion.Major $PSVersionTable.PSRemotingProtocolVersion.Minor Set-PSRepository psgallery -InstallationPolicy trusted Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force - Invoke-Pester -Path "tests" + + Invoke-Pester -Path "tests" -CI shell: powershell - name: Discord notification