fixing typos in unittesting

This commit is contained in:
YusufKhalifadev
2024-03-29 14:05:23 +02:00
parent d0a56b1028
commit b91486dccb
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Install Pester
run: |
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Install-Module -Name Pester -Force -AllowClobber
Install-Module -Name Pester -Force -SkipPublisherCheck -AllowClobber
shell: pwsh
- name: Run Pester tests