From 5332b952adf7e31a744bba297b5232a7000de58a Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Fri, 13 May 2022 00:07:22 +0000 Subject: add feature stubs for all --- test/github-cli/test.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/github-cli/test.sh (limited to 'test/github-cli') diff --git a/test/github-cli/test.sh b/test/github-cli/test.sh new file mode 100644 index 0000000..4ff9d2c --- /dev/null +++ b/test/github-cli/test.sh @@ -0,0 +1,13 @@ + + #!/bin/bash + + set -e + + # Optional: Import test library + source dev-container-features-test-lib + + # Definition specific tests + check "version" gh --version + + # Report result + reportResults \ No newline at end of file -- cgit v1.2.3