From 763a8b91a99def42ceaea8b7a9a6154e50d388df Mon Sep 17 00:00:00 2001 From: DK Benjamin Date: Fri, 29 Jul 2022 12:45:37 -0400 Subject: [PATCH] Update ci-cd.md --- docs/sysadmins/ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sysadmins/ci-cd.md b/docs/sysadmins/ci-cd.md index e839c875c1..aca552811f 100644 --- a/docs/sysadmins/ci-cd.md +++ b/docs/sysadmins/ci-cd.md @@ -30,7 +30,7 @@ Each environment has its own set of environment variables which are stored as se ## Automated Tests -For each Pull Request and branch, the CI runs a set of frontend and backend tests. We have a context in place for setting the database called "tasking-manager-testing", with the following environment variables: +For each Pull Request and branch, the CI runs a set of frontend and backend tests. We have a context in place called "tasking-manager-testing" for setting up the database with the following environment variables: - POSTGRES_DB - POSTGRES_ENDPOINT