From eedc0cd2a9bd06269d2f43a19083770ac72a390b Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 13:17:58 +0300 Subject: [PATCH] try to add assert module --- .github/workflows/common_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 3745c44..58abd69 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -13,5 +13,7 @@ jobs: shell: pwsh run: | Install-Module Pester -Force -Scope CurrentUser + Install-Module -Name Assert Import-Module Pester + Import-Module Assert Invoke-Pester -CI \ No newline at end of file