From 66930fc137900175815b338690144b6eb7134053 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 17:51:28 +0000 Subject: update test build of cli --- .github/workflows/test-manual.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/test-manual.yaml') diff --git a/.github/workflows/test-manual.yaml b/.github/workflows/test-manual.yaml index 1c8ed2c..30b0d50 100644 --- a/.github/workflows/test-manual.yaml +++ b/.github/workflows/test-manual.yaml @@ -3,13 +3,13 @@ on: workflow_dispatch: inputs: features: - description: 'Comma-separated list of features to execute tests against' + description: 'list of features to execute tests against' required: true - default: 'go,dotnet' + default: 'go dotnet' baseImage: description: 'Base image' required: true - default: 'mcr.microsoft.com/vscode/devcontainers/base:focal' + default: 'ubuntu:focal' jobs: test: @@ -18,4 +18,4 @@ jobs: - uses: actions/checkout@v2 - name: " Testing '${{ github.event.inputs.features }}' against '${{ github.event.inputs.baseImage }}'" - run: npx --yes ./dev-containers-cli-0.1.0.tgz features-test -f ${{ github.event.inputs.features }} -i ${{ github.event.inputs.baseImage }} -d `pwd` + run: npx --yes ./dev-containers-cli-0.3.0.tgz features-test -f ${{ github.event.inputs.features }} -i ${{ github.event.inputs.baseImage }} -d `pwd` -- cgit v1.2.3