mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
* add missing tests * fix naming and nvm test * fix containers test and bring pwsh test back * remove pwsh test * small fix
10 lines
437 B
Bash
10 lines
437 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: azure-cli.sh
|
|
## Desc: Installed Azure CLI (az)
|
|
################################################################################
|
|
|
|
# Install Azure CLI (instructions taken from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
|
|
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
|
|
|
invoke_tests "CLI.Tools" "Azure CLI" |