Unverified Commit d9c4c137 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

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

* test go

* paths

* need a dot

* rename
parent 4e303a64
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
#!/bin/bash
set -e
go version
echo 'Done!'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment