diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-30 04:28:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 04:28:07 +0300 |
commit | 6eab72c681392c1df95500035d87a6e3a1c54642 (patch) | |
tree | a28f29f4c47d6102b61a1b70347866533ea5a4cc /.github/workflows/test-all.yaml | |
parent | 1c9ce8370da7b1d19a646426295eaba447068e78 (diff) |
update workflows for cli to https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 30d96a3..fd4e50e 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -43,4 +43,4 @@ jobs: - uses: actions/checkout@v2 - name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'" - run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` + run: npx --yes ./devcontainers-cli-0.7.0-jospicer01.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` |