@@ -34,18 +34,18 @@ jobs:
34
34
35
35
- uses : actions/upload-artifact@v4
36
36
with :
37
- name : ModuleBuilder
38
- path : Modules/ModuleBuilder
37
+ name : ErrorView
38
+ path : Modules/ErrorView
39
39
40
40
- uses : actions/upload-artifact@v4
41
41
with :
42
42
name : TestResults
43
- path : Modules/ModuleBuilder -TestResults
43
+ path : Modules/ErrorView -TestResults
44
44
45
45
- uses : actions/upload-artifact@v4
46
46
with :
47
47
name : Packages
48
- path : Modules/ModuleBuilder -Packages
48
+ path : Modules/ErrorView -Packages
49
49
50
50
- name : Upload Tests
51
51
uses : actions/upload-artifact@v4
68
68
- name : Download Build Output
69
69
uses : actions/download-artifact@v4
70
70
with :
71
- name : ModuleBuilder
72
- path : Modules/ModuleBuilder
71
+ name : ErrorView
72
+ path : Modules/ErrorView
73
73
- name : Download Pester Tests
74
74
uses : actions/download-artifact@v4
75
75
with :
@@ -83,15 +83,15 @@ jobs:
83
83
- uses : PoshCode/Actions/install-requiredmodules@v1
84
84
- uses : PoshCode/Actions/pester@v1
85
85
with :
86
- codeCoveragePath : Modules/ModuleBuilder
87
- moduleUnderTest : ModuleBuilder
86
+ codeCoveragePath : Modules/ErrorView
87
+ moduleUnderTest : ErrorView
88
88
additionalModulePaths : ${{github.workspace}}/Modules
89
89
- name : Publish Test Results
90
90
uses : zyborg/dotnet-tests-report@v1
91
91
with :
92
92
test_results_path : results.xml
93
93
- name : Upload Results
94
- uses : actions/upload-artifact@v2
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : Pester Results
97
97
path : ${{github.workspace}}/*.xml
0 commit comments