mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
Add PSResoureGetACRTests to validation set
This commit is contained in:
parent
7a11a9c5b7
commit
452a6e65f8
@ -220,7 +220,7 @@ function Invoke-CITest
|
||||
{
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
[ValidateSet('UnelevatedPesterTests', 'ElevatedPesterTests')]
|
||||
[ValidateSet('UnelevatedPesterTests', 'ElevatedPesterTests', 'PSResoureGetACRTests')]
|
||||
[string] $Purpose,
|
||||
[ValidateSet('CI', 'Others')]
|
||||
[string] $TagSet,
|
||||
@ -666,7 +666,7 @@ function Invoke-LinuxTestsCore
|
||||
{
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
[ValidateSet('UnelevatedPesterTests', 'ElevatedPesterTests', 'All')]
|
||||
[ValidateSet('UnelevatedPesterTests', 'ElevatedPesterTests', 'PSResoureGetACRTests', 'All')]
|
||||
[string] $Purpose = 'All',
|
||||
[string[]] $ExcludeTag = @('Slow', 'Feature', 'Scenario'),
|
||||
[string] $TagSet = 'CI',
|
||||
|
Loading…
Reference in New Issue
Block a user