mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
Add helpers' submodule (#26)
* add common helpers Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
@ -57,7 +57,7 @@ jobs:
|
||||
inputs:
|
||||
TargetType: inline
|
||||
script: |
|
||||
Install-Module Pester -Force -Scope CurrentUser
|
||||
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
|
||||
Import-Module Pester
|
||||
$pesterParams = @{
|
||||
Path="./python-tests.ps1";
|
||||
|
Reference in New Issue
Block a user