[ubuntu] Install yq (#3646)

This commit is contained in:
Yann Jouanique
2021-07-15 12:21:48 +03:00
committed by GitHub
parent ad358c8eb8
commit 5161c257a2
7 changed files with 31 additions and 1 deletions
@@ -377,3 +377,9 @@ Describe "Ruby" {
}
}
}
Describe "yq" {
It "yq" {
"yq -V" | Should -ReturnZeroExitCode
}
}