Skip to content

Commit ece6cb6

Browse files
committed
chore: set reg test branch
1 parent 9676c65 commit ece6cb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)