From 7b6864b991b34f09aea315541124d2a70c42d33a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Jun 2024 08:53:19 +0200 Subject: [PATCH] Pester should fail "automatically" ... --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca621a4e8..e60ceab55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,6 @@ jobs: Set-PSRepository psgallery -InstallationPolicy trusted Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force Invoke-Pester -Path "tests" - if ($Error[0].Fullyqualifiederrorid -eq 'PesterAssertionFailed') {exit 1} shell: powershell - name: Discord notification