From 82939807363fc3d8502cdddae24ee8f9789a8fc0 Mon Sep 17 00:00:00 2001 From: maxcoulombe Date: Fri, 19 May 2023 10:28:08 -0400 Subject: [PATCH] * adapt workflow as well --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3898fc..0aaa032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: /cubbyhole/test zip | NAMED_CUBBYSECRET ; - name: Verify Vault Action Outputs - run: npm run test:e2e + run: npm run test:integration:e2e env: OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets.outputs.otherSecret }} @@ -268,7 +268,7 @@ jobs: clientKey: ${{ secrets.VAULT_CLIENT_KEY }} - name: Verify Vault Action Outputs - run: npm run test:e2e-tls + run: npm run test:integration:e2e-tls env: OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets.outputs.otherSecret }}