File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,17 @@ jobs:
36
36
7.0.x
37
37
- name : Install PSResources
38
38
run : tools/installPSResources.ps1
39
- - name : Build
40
- run : Invoke-Build Build
39
+ - name : Build and test
40
+ run : Invoke-Build
41
41
- name : Upload build artifacts
42
+ if : always()
42
43
uses : actions/upload-artifact@v3
43
- if : matrix.os == 'windows-latest'
44
44
with :
45
- name : PowerShellEditorServices
45
+ name : PowerShellEditorServices-module-${{ matrix.os }}
46
46
path : module
47
- - name : Run tests
48
- run : Invoke-Build Test
49
47
- name : Upload test results
50
48
uses : actions/upload-artifact@v3
51
49
if : always()
52
50
with :
53
- name : ${{ matrix.os }}-test-results
51
+ name : PowerShellEditorServices-test-results- ${{ matrix.os }}
54
52
path : ' **/*.trx'
Original file line number Diff line number Diff line change 13
13
14
14
[string ]$DefaultModuleRepository = " PSGallery" ,
15
15
16
- [string ]$Verbosity = " quiet " ,
16
+ [string ]$Verbosity = " minimal " ,
17
17
18
18
# See: https://docs.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests
19
19
[string ]$TestFilter = ' ' ,
You can’t perform that action at this time.
0 commit comments