use pwsh, not powershell shell

This commit is contained in:
Matthias 2024-06-02 09:44:38 +02:00
parent e7559cc62c
commit f6649314a8

View File

@ -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