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 | |
parent | cdd4a5812df28ab531f468ebf158b6e6e4d0f1cd (diff) |
testing https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
-rw-r--r-- | .github/workflows/test-all.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-manual.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-pr.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-scenarios.yaml | 2 | ||||
-rw-r--r-- | devcontainers-cli-0.3.0.tgz | bin | 272124 -> 0 bytes | |||
-rw-r--r-- | devcontainers-cli-0.6.0-jospicer01.tgz | bin | 0 -> 276813 bytes |
6 files changed, 4 insertions, 4 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` diff --git a/.github/workflows/test-manual.yaml b/.github/workflows/test-manual.yaml index 0306ac9..7b4676a 100644 --- a/.github/workflows/test-manual.yaml +++ b/.github/workflows/test-manual.yaml @@ -22,4 +22,4 @@ jobs: - uses: actions/checkout@v2 - name: " Testing '${{ github.event.inputs.features }}' against '${{ github.event.inputs.baseImage }}'" - run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --features ${{ github.event.inputs.features }} --base-image ${{ github.event.inputs.baseImage }} --collection-folder `pwd` --log-level ${{ github.event.inputs.logLevel }} + run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test --features ${{ github.event.inputs.features }} --base-image ${{ github.event.inputs.baseImage }} --collection-folder `pwd` --log-level ${{ github.event.inputs.logLevel }} 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` diff --git a/.github/workflows/test-scenarios.yaml b/.github/workflows/test-scenarios.yaml index dbb3c1a..4f9446f 100644 --- a/.github/workflows/test-scenarios.yaml +++ b/.github/workflows/test-scenarios.yaml @@ -13,4 +13,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: " Running predefined test scenarios" - run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --scenarios `pwd`/test-scenarios -c `pwd` + run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test --scenarios `pwd`/test-scenarios -c `pwd` diff --git a/devcontainers-cli-0.3.0.tgz b/devcontainers-cli-0.3.0.tgz Binary files differdeleted file mode 100644 index f1ee4b4..0000000 --- a/devcontainers-cli-0.3.0.tgz +++ /dev/null diff --git a/devcontainers-cli-0.6.0-jospicer01.tgz b/devcontainers-cli-0.6.0-jospicer01.tgz Binary files differnew file mode 100644 index 0000000..bd178f9 --- /dev/null +++ b/devcontainers-cli-0.6.0-jospicer01.tgz |