mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
8 lines
293 B
PowerShell
8 lines
293 B
PowerShell
################################################################################
|
|
## File: Install-Jq.ps1
|
|
## Desc: Install jq
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName jq
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Jq" |