[ubuntu] Install yq (#3646)

This commit is contained in:
Yann Jouanique
2021-07-15 11:21:48 +02:00
committed by GitHub
parent ad358c8eb8
commit 5161c257a2
7 changed files with 31 additions and 1 deletions

View File

@@ -377,3 +377,9 @@ Describe "Ruby" {
}
}
}
Describe "yq" {
It "yq" {
"yq -V" | Should -ReturnZeroExitCode
}
}