We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e61fc commit 975a7abCopy full SHA for 975a7ab
1 file changed
.github/workflows/build.yml
@@ -42,16 +42,13 @@ jobs:
42
name: TestResults
43
path: Modules/ModuleBuilder-TestResults
44
45
- - uses: actions/upload-artifact@v4
46
- with:
47
- name: Packages
48
- path: Modules/ModuleBuilder-Packages
49
-
+ # These ones are just for the test matrix
50
- name: Upload Tests
51
uses: actions/upload-artifact@v4
52
with:
53
name: PesterTests
54
path: ${{github.workspace}}/Tests
+
55
- name: Upload build.requires.psd1
56
57
0 commit comments