From 1c397ebcf674a359894008482fcfe0a4c976ba38 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Thu, 7 Mar 2024 17:32:48 +0530 Subject: [PATCH] asser install --- .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 e38bb6c..92568ac 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh run: | Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1 - Install-Module Assert -Force -Scope CurrentUser -RequiredVersion 0.9.1 + Install-Module Assert -Force -Scope CurrentUser - name: Run tests shell: pwsh