Skip to content

Commit

Permalink
Set default run shell to pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Dec 12, 2023
1 parent 38728e0 commit c32b2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
defaults:
run:
shell: pwsh
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -32,10 +35,8 @@ jobs:
6.0.x
7.0.x
- name: Install PSResources
shell: pwsh
run: tools/installPSResources.ps1
- name: Build
shell: pwsh
run: Invoke-Build Build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand All @@ -44,7 +45,6 @@ jobs:
name: PowerShellEditorServices
path: module
- name: Run tests
shell: pwsh
run: Invoke-Build Test
- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c32b2b8

Please sign in to comment.