diff options
Diffstat (limited to '.github/workflows/test-pr.yaml')
-rw-r--r-- | .github/workflows/test-pr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index e242ad1..3607835 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -56,4 +56,4 @@ jobs: steps: - 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` |