Skip to content

Commit aeab496

Browse files
test: replace juno --version command (#105)
1 parent 41804cc commit aeab496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Test Juno CLI version
3434
run: |
35-
OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} version --cli)
35+
OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} --version)
3636
echo "$OUTPUT"
3737
if [[ "$OUTPUT" != *"v0.15.0"* ]]; then
3838
echo "❌ Expected version v0.15.0 not found in output"

0 commit comments

Comments
 (0)