diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index b531a84fe6..a92646eac4 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -128,6 +128,7 @@ jobs: env: ISSUER_AGENT_API_KEY: default HOLDER_AGENT_API_KEY: default + VERIFIER_AGENT_API_KEY: default run: | # Have to use manual download because GitHub action doesnt support localhost execution curl https://github.com/grafana/k6/releases/download/v0.45.0/k6-v0.45.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1 diff --git a/infrastructure/single-tenant-testing-stack/.env b/infrastructure/single-tenant-testing-stack/.env index 333904bbd4..a40f9fe1cb 100644 --- a/infrastructure/single-tenant-testing-stack/.env +++ b/infrastructure/single-tenant-testing-stack/.env @@ -1,3 +1,3 @@ -PRISM_AGENT_VERSION=1.16.4 +PRISM_AGENT_VERSION=1.17.0 PRISM_NODE_VERSION=2.2.1 VAULT_DEV_ROOT_TOKEN_ID=root