mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 23:09:40 +00:00
Fix python tests (#41)
Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
This commit is contained in:
@ -76,6 +76,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Invoke-Pester -Script $pesterParams -OutputFile "test_results.xml" -OutputFormat NUnitXml
|
Invoke-Pester -Script $pesterParams -OutputFile "test_results.xml" -OutputFormat NUnitXml
|
||||||
|
pwsh: true
|
||||||
workingDirectory: '$(Build.SourcesDirectory)/tests'
|
workingDirectory: '$(Build.SourcesDirectory)/tests'
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
param (
|
param (
|
||||||
[string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
|
[semver] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
|
||||||
$Version,
|
$Version,
|
||||||
[string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
|
[string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
|
||||||
$Platform
|
$Platform
|
||||||
|
Reference in New Issue
Block a user