From d9c4c137e1bbff48328900fceb556fa13cff2b80 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 11 May 2022 17:34:49 -0400 Subject: test workflow invoking `devcontainer-cli features-test...` (#7) * test go * paths * need a dot * rename --- .github/workflows/test.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yaml (limited to '.github/workflows') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..8d3e5ff --- /dev/null +++ b/.github/workflows/test.yaml @@ -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 -- cgit v1.2.3