mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* Update toolset-10.15.json * Update toolset-11.json * Added Pester test and documentation update for YQ tool. * Change YQ version to full description with URL. * Add YQ to MacOS 12
This commit is contained in:
@@ -542,6 +542,11 @@ function Get-TclTkVersion {
|
|||||||
return "Tcl/Tk $tcltkVersion"
|
return "Tcl/Tk $tcltkVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Get-YqVersion {
|
||||||
|
$yqVersion = Run-Command "yq --version"
|
||||||
|
return "$yqVersion"
|
||||||
|
}
|
||||||
|
|
||||||
function Build-PackageManagementEnvironmentTable {
|
function Build-PackageManagementEnvironmentTable {
|
||||||
return @(
|
return @(
|
||||||
@{
|
@{
|
||||||
|
|||||||
@@ -122,7 +122,8 @@ $utilitiesList = @(
|
|||||||
(Get-GnuTarVersion),
|
(Get-GnuTarVersion),
|
||||||
(Get-GPGVersion),
|
(Get-GPGVersion),
|
||||||
(Get-SwitchAudioOsxVersion),
|
(Get-SwitchAudioOsxVersion),
|
||||||
(Get-SoxVersion)
|
(Get-SoxVersion),
|
||||||
|
(Get-YqVersion)
|
||||||
)
|
)
|
||||||
|
|
||||||
if ($os.IsLessThanMonterey) {
|
if ($os.IsLessThanMonterey) {
|
||||||
|
|||||||
@@ -181,3 +181,9 @@ Describe "sbt" {
|
|||||||
"sbt -version" | Should -ReturnZeroExitCode
|
"sbt -version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Describe "yq" {
|
||||||
|
It "yq" {
|
||||||
|
"yq --version" | Should -ReturnZeroExitCode
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -228,7 +228,8 @@
|
|||||||
"zlib",
|
"zlib",
|
||||||
"libxext",
|
"libxext",
|
||||||
"libxft",
|
"libxft",
|
||||||
"tcl-tk"
|
"tcl-tk",
|
||||||
|
"yq"
|
||||||
],
|
],
|
||||||
"cask_packages": [
|
"cask_packages": [
|
||||||
"julia",
|
"julia",
|
||||||
|
|||||||
@@ -203,7 +203,8 @@
|
|||||||
"libxext",
|
"libxext",
|
||||||
"libxft",
|
"libxft",
|
||||||
"tcl-tk",
|
"tcl-tk",
|
||||||
"r"
|
"r",
|
||||||
|
"yq"
|
||||||
],
|
],
|
||||||
"cask_packages": [
|
"cask_packages": [
|
||||||
"julia"
|
"julia"
|
||||||
|
|||||||
@@ -119,7 +119,8 @@
|
|||||||
"libxext",
|
"libxext",
|
||||||
"libxft",
|
"libxft",
|
||||||
"tcl-tk",
|
"tcl-tk",
|
||||||
"r"
|
"r",
|
||||||
|
"yq"
|
||||||
],
|
],
|
||||||
"cask_packages": [
|
"cask_packages": [
|
||||||
"julia"
|
"julia"
|
||||||
|
|||||||
Reference in New Issue
Block a user