From 50a70937d30c260760b5e40d544f7faeaad6e507 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Mon, 1 Jun 2020 14:00:32 +0300 Subject: [PATCH] EnableExit --- .github/workflows/common_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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