diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-28 01:04:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 01:04:53 +0300 |
commit | 16431331668ad191cba570e5bb840371ad6c1811 (patch) | |
tree | 6f9da1aaf9d97d1c416cc355cbab8b90bcc1e784 /.github/workflows/test-all.yaml | |
parent | cdd4a5812df28ab531f468ebf158b6e6e4d0f1cd (diff) |
testing https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
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 be86dc8..30d96a3 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.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` + run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` |