mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +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
339 B
Bash
10 lines
339 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: heroku.sh
|
|
## Desc: Installs Heroku CLI
|
|
################################################################################
|
|
|
|
# Install Heroku CLI
|
|
curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
|
|
|
|
invoke_tests "Tools" "Heroku" |