test workflow invoking devcontainer-cli features-test... (#7)

* test go

* paths

* need a dot

* rename
This commit is contained in:
Josh Spicer 2022-05-11 17:34:49 -04:00 committed by GitHub
parent 4e303a64de
commit d9c4c137e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

16
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Test Features"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Invoke devcontainer-cli features-test
run: npx --yes ./dev-containers-cli-0.1.0.tgz features-test -c `pwd`/collection -f go

7
collection/go/test.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -e
go version
echo 'Done!'

Binary file not shown.