features/test/github-cli/install_git_cli_from_release.sh

12 lines
153 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "version" gh --version
# Report result
reportResults