From 3906720da5e67231f138b564498c4041cf0aa9b1 Mon Sep 17 00:00:00 2001 From: Victim User <46316318+r3s34rch@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:19:12 +0100 Subject: [PATCH] Update Pester.ps1 --- src/tests/Pester.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tests/Pester.ps1 b/src/tests/Pester.ps1 index 76401671..4b51381e 100644 --- a/src/tests/Pester.ps1 +++ b/src/tests/Pester.ps1 @@ -1,4 +1,5 @@ -param ( +Write-Host "testing ci" +param ( $TestGeneral = $false, $TestFunctions = $false, @@ -232,4 +233,4 @@ if ($CleanupEnvironment) { Write-PSFMessage -Level Critical -Message "Test environment is not clean" -Exception $_.Exception } } -#endregion cleanupEnvironment \ No newline at end of file +#endregion cleanupEnvironment