From 1e9b7b045811bc9f7f7e54bd47f477c00fb4a0d8 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 8 Jun 2023 10:48:02 -0500 Subject: [PATCH] update readmes --- integrationTests/e2e-tls/README.md | 8 +++++--- integrationTests/e2e/README.md | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/integrationTests/e2e-tls/README.md b/integrationTests/e2e-tls/README.md index f7c319c..e523b69 100644 --- a/integrationTests/e2e-tls/README.md +++ b/integrationTests/e2e-tls/README.md @@ -1,4 +1,6 @@ -# e2e tests +# e2e-tls tests -This test suite runs `vault-action` as a GitHub Action in the context of a live build, and then verifies that the appropriate environmental variables are set. -These tests are intended to mostly be very simple smoke tests to verify that the action is being compiled and run correctly in context. +This test suite runs `vault-action` as a GitHub Action in the context of a live +build with TLS certs, and then verifies that the appropriate environment +variables are set. These tests are intended to mostly be very simple smoke +tests to verify that the action is being compiled and run correctly in context. diff --git a/integrationTests/e2e/README.md b/integrationTests/e2e/README.md index f7c319c..e561d66 100644 --- a/integrationTests/e2e/README.md +++ b/integrationTests/e2e/README.md @@ -1,4 +1,6 @@ # e2e tests -This test suite runs `vault-action` as a GitHub Action in the context of a live build, and then verifies that the appropriate environmental variables are set. -These tests are intended to mostly be very simple smoke tests to verify that the action is being compiled and run correctly in context. +This test suite runs `vault-action` as a GitHub Action in the context of a live +build, and then verifies that the appropriate environment variables are set. +These tests are intended to mostly be very simple smoke tests to verify that +the action is being compiled and run correctly in context.