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.