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