From 9009ce0cc5e659c17d1b7c76ac56c0b0b4d96e6a Mon Sep 17 00:00:00 2001 From: Jayasanka Date: Tue, 24 Oct 2023 19:28:59 -0700 Subject: [PATCH] Update documentation --- e2e_test_support_files/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e_test_support_files/README.md b/e2e_test_support_files/README.md index 8a421b7d1..0eef58573 100644 --- a/e2e_test_support_files/README.md +++ b/e2e_test_support_files/README.md @@ -59,6 +59,8 @@ mono-repos). These jobs are structured similarly and are listed below: In each "End-to-End Test Job," the workflow first checks out the repository associated with a specific OpenMRS component. It then downloads Docker images from a previous "build" job, loads these images, and starts an OpenMRS instance. +### Why Check Out to the Tags? + The workflow checks out a specific tagged version of the component's repository, the tag is imported from the previous " build" job. This is necessary because the goal is to perform end-to-end tests on the codebase that corresponds to a particular release version, rather than the code at the head of the repository.