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.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/test.yaml') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 67b473e..66778ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - features: [ "go", "dotnet", "go,dotnet" ] - baseImage: [ "mcr.microsoft.com/vscode/devcontainers/base:focal" ] + features: [ "go", "dotnet", "go dotnet" ] + baseImage: [ "ubuntu:focal" ] steps: - uses: actions/checkout@v2 - name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'" - run: npx --yes ./dev-containers-cli-0.1.0.tgz features-test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -d `pwd` + run: npx --yes ./dev-containers-cli-0.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` -- cgit v1.2.3