mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 07:05:04 +02: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:
co-authored by
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent
3939f48e6d
commit
0b4c67a4aa
@@ -1,8 +1,5 @@
|
||||
on:
|
||||
push:
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
jobs:
|
||||
test:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user