We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pwsh
1 parent bb06dcf commit 58e6211Copy full SHA for 58e6211
.github/workflows/ci-test.yml
@@ -20,6 +20,9 @@ jobs:
20
DOTNET_NOLOGO: true
21
DOTNET_CLI_TELEMETRY_OPTOUT: true
22
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
23
+ defaults:
24
+ run:
25
+ shell: pwsh
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v4
@@ -32,10 +35,8 @@ jobs:
32
35
6.0.x
33
36
7.0.x
34
37
- name: Install PSResources
- shell: pwsh
38
run: tools/installPSResources.ps1
39
- name: Build
40
run: Invoke-Build Build
41
- name: Upload build artifacts
42
uses: actions/upload-artifact@v3
@@ -44,7 +45,6 @@ jobs:
44
45
name: PowerShellEditorServices
46
path: module
47
- name: Run tests
48
run: Invoke-Build Test
49
- name: Upload test results
50
0 commit comments