We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41804cc commit aeab496Copy full SHA for aeab496
1 file changed
.github/workflows/test-cli.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Test Juno CLI version
34
run: |
35
- OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} version --cli)
+ OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} --version)
36
echo "$OUTPUT"
37
if [[ "$OUTPUT" != *"v0.15.0"* ]]; then
38
echo "❌ Expected version v0.15.0 not found in output"
0 commit comments