Skip to content

Commit 26b954d

Browse files
🩹 [Enhancement]: Add a new Test job to list all files recursively in the Test-Module workflow
1 parent c5f335b commit 26b954d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/Test-Module.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ jobs:
103103
name: module
104104
path: outputs/module
105105

106+
- name: Test
107+
shell: pwsh
108+
run: |
109+
Get-ChildItem . -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
110+
106111
- name: Test-Module
107112
id: test
108113
uses: PSModule/Test-PSModule@v3

0 commit comments

Comments
 (0)