diff --git a/.github/workflows/run_regression_tests.yml b/.github/workflows/run_regression_tests.yml index e5b37404f8..f49e66cbe6 100644 --- a/.github/workflows/run_regression_tests.yml +++ b/.github/workflows/run_regression_tests.yml @@ -59,11 +59,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.11.0 + 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.11.0 + 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