prefer pwsh on windows if found (#1942)

* prefer pwsh on windows if found

prefer bash over sh if found

One windows test no longer defines a default shell to test if it's pwsh

* add dep

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
ChristopherHX
2023-08-08 16:14:46 +02:00
committed by GitHub
parent 3939f48e6d
commit 0b4c67a4aa
2 changed files with 37 additions and 10 deletions

View File

@@ -1,8 +1,5 @@
on:
push:
defaults:
run:
shell: pwsh
jobs:
test:
runs-on: windows-latest