Skip to content

Commit 3f5c537

Browse files
Add artifact upload step to Action-Test workflow
1 parent 72f093c commit 3f5c537

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Action-Test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
- name: Initialize environment
2929
uses: PSModule/Initialize-PSModule@main
3030

31+
- name: Upload module artifact
32+
uses: actions/upload-artifact@v4
33+
with:
34+
name: module
35+
path: tests/outputs/modules
36+
if-no-files-found: error
37+
retention-days: 1
38+
3139
- name: Action-Test
3240
uses: ./
3341
with:

0 commit comments

Comments
 (0)