Skip to content

Commit 7b17865

Browse files
authored
Chore: [AEA-6055] - use latest regression tests (#2971)
## Summary - Routine Change ### Details Pick up the latest regression tests, specifically post-dated notifications added in 3.11.0.
1 parent 499cd67 commit 7b17865

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
@@ -60,11 +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
63+
REGRESSION_TEST_REPO_TAG=v3.12.20
6464
6565
# this should be the tag of the regression test workflow you want to run
6666
# This will normally be the same as REGRESSION_TEST_REPO_TAG
67-
REGRESSION_TEST_WORKFLOW_TAG=v3.10.9
67+
REGRESSION_TEST_WORKFLOW_TAG=v3.12.20
6868
6969
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
7070
poetry install

0 commit comments

Comments
 (0)