Remove verify cli version step from a job to reduce complexity.

This should be properly tested in op-cli-installer package. Current test will confirm that secrets are loaded correctly.
This commit is contained in:
Volodymyr Zotov
2025-08-08 19:28:20 -05:00
parent a4866d442c
commit 40b6ef7b57
3 changed files with 1 additions and 33 deletions

View File

@@ -96,8 +96,6 @@ jobs:
SECRET: ${{ inputs.secret }}
SECRET_IN_SECTION: ${{ inputs.secret-in-section }}
MULTILINE_SECRET: ${{ inputs.multiline-secret }}
- name: Verify installed op cli version
run: ./tests/assert-cli-version.sh ${{ inputs.version }}
- name: Assert test secret values [step output]
if: ${{ !inputs.export-env }}
env: