Update pester command

This commit is contained in:
Matthias 2024-06-02 09:26:15 +02:00
parent 7b6864b991
commit e7559cc62c

View File

@ -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