We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d815ec2 commit 1bad41fCopy full SHA for 1bad41f
1 file changed
.github/workflows/tests.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: 📦 Install ModuleTools module form PSGallery
24
run: Install-PSResource -Repository PSGallery -Name ModuleTools -TrustRepository
25
26
+ - name: 📦 Install MarkdownPS module form PSGallery
27
+ run: Install-PSResource -Repository PSGallery -Name MarkdownPS -TrustRepository
28
+
29
- name: 📦 Install SqlQueryClass module form PSGallery
30
run: Install-PSResource -Repository PSGallery -Name SqlQueryClass -TrustRepository
31
0 commit comments