File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 run : |
6666 if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
6767 # this should be the tag of the tests you want to run
68- REGRESSION_TEST_REPO_TAG=v3.10.9
68+ REGRESSION_TEST_REPO_TAG=aea-6055-gsul-boto-lambda-invoke # v3.10.9
6969
7070 # this should be the tag of the regression test workflow you want to run
7171 # This will normally be the same as REGRESSION_TEST_REPO_TAG
72- REGRESSION_TEST_WORKFLOW_TAG=v3.10.9
72+ REGRESSION_TEST_WORKFLOW_TAG=aea-6055-gsul-boto-lambda-invoke # v3.10.9
7373
7474 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
7575 poetry install
You can’t perform that action at this time.
0 commit comments