Skip to content

Commit 3613bd3

Browse files
committed
Set default run shell to pwsh
1 parent 8d833a0 commit 3613bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
DOTNET_NOLOGO: true
2121
DOTNET_CLI_TELEMETRY_OPTOUT: true
2222
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
23+
defaults:
24+
run:
25+
shell: pwsh
2326
steps:
2427
- name: Checkout repository
2528
uses: actions/checkout@v4
@@ -32,10 +35,8 @@ jobs:
3235
6.0.x
3336
7.0.x
3437
- name: Install PSResources
35-
shell: pwsh
3638
run: tools/installPSResources.ps1
3739
- name: Build
38-
shell: pwsh
3940
run: Invoke-Build Build
4041
- name: Upload build artifacts
4142
uses: actions/upload-artifact@v3
@@ -44,7 +45,6 @@ jobs:
4445
name: PowerShellEditorServices
4546
path: module
4647
- name: Run tests
47-
shell: pwsh
4848
run: Invoke-Build Test
4949
- name: Upload test results
5050
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)