Skip to content

Commit

Permalink
test having both python vaults at the same time in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 28, 2024
1 parent c4ab9ad commit 05e78b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,18 @@ jobs:
run: python -m pip install .
working-directory: python

- name: Install Python PyO3 vault
run: python -m pip install --target ../pyo3 .
working-directory: python-pyo3

- name: Add execute rights and run --version for all versions
run: |
chmod +x bin/go/vault bin/rust/vault nodejs/dist/cli/vault.js
vault --version
bin/go/vault --version
bin/rust/vault --version
nodejs/dist/cli/vault.js --version
pyo3/bin/vault --version
- name: Store secret with Python
run: vault -s 'secret-python' -v 'sha-${{github.sha}}' -w
Expand Down

0 comments on commit 05e78b0

Please sign in to comment.