Skip to content

Commit 900789a

Browse files
committed
use new tag
1 parent 3e16d9d commit 900789a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run_regression_tests.yml

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

0 commit comments

Comments
 (0)