diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 833e5c5..5a6bb68 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -20,4 +20,4 @@ jobs: run: | Import-Module Pester Import-Module Assert - Invoke-Pester -CI \ No newline at end of file + Invoke-Pester -EnableExit \ No newline at end of file