aboutsummaryrefslogblamecommitdiff
path: root/test/github-cli/test.sh
blob: a419c34634f81bd614e2f109ebad062de7ac1b81 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
      
 

                                      
 

                             
 

               
#!/bin/bash

set -e

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

# Definition specific tests
check "version" gh  --version

# Report result
reportResults