We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3144711 commit 8f7fbabCopy full SHA for 8f7fbab
1 file changed
githubactions.yml
@@ -10,6 +10,6 @@ jobs:
10
- name: Run Pester tests
11
run: |
12
Set-PSRepository psgallery -InstallationPolicy trusted
13
- Install-Module -Name Pester -RequiredVersion 5.0.4 -Confirm:$false -Force
+ Install-Module -Name Pester -RequiredVersion 5.2.1 -Confirm:$false -Force
14
Invoke-Pester -Path "tests"
15
shell: pwsh
0 commit comments