diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af26519e..d799467e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -325,7 +325,7 @@ jobs: Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force Invoke-Pester -Path "tests" -CI - shell: powershell + shell: pwsh - name: Discord notification uses: rjstone/discord-webhook-notify@v1