aboutsummaryrefslogtreecommitdiff
path: root/test/github-cli/install_git_cli_from_release.sh
blob: d81c1c414d73dea9eaeb743c06d3372a23d84c2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

check "version" gh --version

# Report result
reportResults