Add skippublishercheck

This commit is contained in:
HarithaVattikuti
2024-06-10 08:08:08 -05:00
committed by GitHub
parent 8108f421b7
commit d2feaf3bb9

View File

@@ -158,6 +158,7 @@ jobs:
- name: Run tests
run: |
Install-Module Pester -Force -Scope CurrentUser -SkipPublisherCheck
Import-Module Pester
$pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{
Version="${{ env.VERSION }}";