1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

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 481c97f26c
commit 45235a854f
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