We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947385c commit afea526Copy full SHA for afea526
1 file changed
.github/workflows/pester-tests.yml
@@ -20,11 +20,12 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
23
- - name: Install Pester
+ - name: Install PowerShell Module Dependencies
24
shell: pwsh
25
run: |
26
Set-PSRepository PSGallery -InstallationPolicy Trusted
27
Install-Module -Name Pester -Force -SkipPublisherCheck
28
+ Install-Module -Name PowerShell-Yaml -Force -SkipPublisherCheck
29
30
- name: Run Pester Tests
31
0 commit comments