From 9b54bfb0cf7be3054ec3fa13b16937f476688e29 Mon Sep 17 00:00:00 2001 From: tstephen-nhs <231503406+tstephen-nhs@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:53:06 +0000 Subject: [PATCH] Revert "Chore: [AEA-6055] - use latest regression tests (#2971)" This reverts commit 7b1786583a4069497502abd0b92b2d6aee097a79. --- .github/workflows/run_regression_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_regression_tests.yml b/.github/workflows/run_regression_tests.yml index 1ad37e66ac..48baad9580 100644 --- a/.github/workflows/run_regression_tests.yml +++ b/.github/workflows/run_regression_tests.yml @@ -60,11 +60,11 @@ jobs: run: | if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then # this should be the tag of the tests you want to run - REGRESSION_TEST_REPO_TAG=v3.12.20 + REGRESSION_TEST_REPO_TAG=v3.10.9 # this should be the tag of the regression test workflow you want to run # This will normally be the same as REGRESSION_TEST_REPO_TAG - REGRESSION_TEST_WORKFLOW_TAG=v3.12.20 + REGRESSION_TEST_WORKFLOW_TAG=v3.10.9 curl https://raw.githubusercontent.com/NHSDigital/electronic-prescription-service-api-regression-tests/refs/tags/${REGRESSION_TEST_WORKFLOW_TAG}/scripts/run_regression_tests.py -o run_regression_tests.py poetry install