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

Update test-manual.yaml

parent da536e1f
......@@ -10,6 +10,9 @@ on:
description: 'Base image'
required: true
default: 'ubuntu:focal'
logLevel:
description: 'Log Level (info/debug/trace)'
default: 'info'
jobs:
test:
......@@ -18,4 +21,4 @@ jobs:
- uses: actions/checkout@v2
- name: " Testing '${{ github.event.inputs.features }}' against '${{ github.event.inputs.baseImage }}'"
run: npx --yes ./devcontainers-cli-0.3.0.tgz features-test -f ${{ github.event.inputs.features }} -i ${{ github.event.inputs.baseImage }} -d `pwd`
run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --features ${{ github.event.inputs.features }} --base-image ${{ github.event.inputs.baseImage }} --collection-folder `pwd` --log-level ${{ github.event.inputs.logLevel }}
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