mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
Add Newman tool (#1185)
* Add Newman * Move installation to NodeLts script on Windows
This commit is contained in:
committed by
GitHub
parent
8226c37bf4
commit
9ed8bbbc63
@@ -78,6 +78,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-MySQLVersion),
|
||||
(Get-MercurialVersion),
|
||||
(Get-NSISVersion),
|
||||
(Get-NewmanVersion),
|
||||
(Get-OpenSSLVersion),
|
||||
(Get-PackerVersion),
|
||||
(Get-SQLPSVersion),
|
||||
|
||||
@@ -206,4 +206,8 @@ function Get-StackVersion {
|
||||
|
||||
function Get-GoogleCloudSDKVersion {
|
||||
(gcloud --version) -match "Google Cloud SDK"
|
||||
}
|
||||
|
||||
function Get-NewmanVersion {
|
||||
return "Newman $(newman --version)"
|
||||
}
|
||||
Reference in New Issue
Block a user