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