Skip to content

Commit afea526

Browse files
committed
install powershell yaml module in workflow
1 parent 947385c commit afea526

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pester-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23-
- name: Install Pester
23+
- name: Install PowerShell Module Dependencies
2424
shell: pwsh
2525
run: |
2626
Set-PSRepository PSGallery -InstallationPolicy Trusted
2727
Install-Module -Name Pester -Force -SkipPublisherCheck
28+
Install-Module -Name PowerShell-Yaml -Force -SkipPublisherCheck
2829
2930
- name: Run Pester Tests
3031
shell: pwsh

0 commit comments

Comments
 (0)