From 4a0403435e48028f4dcfc5bf8f4d9ca559ed437c Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Mon, 28 Oct 2024 11:25:57 +0200 Subject: [PATCH] test having both python vaults at the same time in integration tests --- .github/workflows/integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a4ba3de6..b440e8e9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -100,6 +100,10 @@ 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 @@ -107,6 +111,7 @@ jobs: 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