From f6649314a84746f480096594feefa4a76a13f14d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Jun 2024 09:44:38 +0200 Subject: [PATCH] use pwsh, not powershell shell --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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