From f5b7f44e74746d5ccd93f1bfd5413dc7b4a10c3a Mon Sep 17 00:00:00 2001 From: Richard Pentecost Date: Wed, 15 May 2024 11:58:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be9ed2cb..6188e46c 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,9 @@ To run them in docker: Tests and code linting are all run on [CircleCI](https://circleci.com/). +Note: +When the e2e tests are running in CircleCI they use a docker image to run the api, that is hosted in Google Container Registry, so that we can get the orders to test against from the database. We don't appear to pulling down the latest api docker image. As it stands this shouldn't be a problem because the image being used will still seed the database with the orders to test against. However, if changes are made to the orders seed data for testing purposes, the api image used by omis will need to be updated to the most recent version. + ## Deployment Deployments to staging and production are done manually through Jenkins and are