Skip to content

Commit 1bad41f

Browse files
authored
Update tests.yml adding module MarkdownPS
1 parent d815ec2 commit 1bad41f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: 📦 Install ModuleTools module form PSGallery
2424
run: Install-PSResource -Repository PSGallery -Name ModuleTools -TrustRepository
2525

26+
- name: 📦 Install MarkdownPS module form PSGallery
27+
run: Install-PSResource -Repository PSGallery -Name MarkdownPS -TrustRepository
28+
2629
- name: 📦 Install SqlQueryClass module form PSGallery
2730
run: Install-PSResource -Repository PSGallery -Name SqlQueryClass -TrustRepository
2831

0 commit comments

Comments
 (0)