File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,12 +60,11 @@ jobs:
6060 run : |
6161 if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
6262 # this should be the tag of the tests you want to run
63- # REGRESSION_TEST_REPO_TAG=v3.10.9
64- REGRESSION_TEST_REPO_TAG=aea-6055-disable-gsul-until-available
63+ REGRESSION_TEST_REPO_TAG=v3.12.36
6564
6665 # this should be the tag of the regression test workflow you want to run
6766 # This will normally be the same as REGRESSION_TEST_REPO_TAG
68- REGRESSION_TEST_WORKFLOW_TAG=v3.10.9
67+ REGRESSION_TEST_WORKFLOW_TAG=v3.12.36
6968
7069 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
7170 poetry install
You can’t perform that action at this time.
0 commit comments