From 308e9b81988b8834577fa212ba59bdbde92b0837 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 8 Jun 2023 10:19:31 -0500 Subject: [PATCH] change test name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c7e8dd..d07cbe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -262,7 +262,7 @@ jobs: clientCertificate: ${{ secrets.VAULT_CLIENT_CERT }} clientKey: ${{ secrets.VAULT_CLIENT_KEY }} - - name: Verify Vault Action Outputs + - name: Verify Vault Action Outputs (TLS) run: npm run test:integration:e2e-tls env: OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets-tls.outputs.otherSecret }}