From ea5c7392bb6c7c4726aceff635042a0cc24da8a6 Mon Sep 17 00:00:00 2001 From: Manjunath Beli Date: Tue, 25 Jun 2024 12:07:08 -0300 Subject: [PATCH] flow --- .github/workflows/Tests.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 7d1bdb3..b0f7ec2 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -21,8 +21,10 @@ jobs: Install-PSResource -Repository PSGallery -Name ModuleTools -TrustRepository shell: pwsh - - name: Build Module and Perfor Tests - run: | - Invoke-MTBuild -Verbose - Invoke-MTTest + - name: Build Module + run: Invoke-MTBuild -Verbose + shell: pwsh + + - name: Run Pester Tests + run: Invoke-MTTest shell: pwsh \ No newline at end of file