Compare commits

...
Author SHA1 Message Date
HarithaVattikutiandGitHub cc396a6be6 Add skippublishercheck (#283) 2024-06-10 09:35:28 -05:00
@@ -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 }}";