added env variables to test secret section

This commit is contained in:
volodymyrZotov
2022-08-10 12:59:29 +03:00
parent b38b493d73
commit 858b6a838e

View File

@@ -27,6 +27,10 @@ jobs:
SECRET_IN_SECTION: op://acceptance-tests/test-secret/test-section/password
MULTILINE_SECRET: op://acceptance-tests/multiline-secret/notesPlain
- name: Assert test secret values
env:
SECRET: ${{ steps.load_secrets.outputs.SECRET }}
SECRET_IN_SECTION: ${{ steps.load_secrets.outputs.SECRET_IN_SECTION }}
MULTILINE_SECRET: ${{ steps.load_secrets.outputs.MULTILINE_SECRET }}
run: ./tests/assert-env-set.sh
test-connect-export:
runs-on: ubuntu-latest