Skip to content

Commit d7e40af

Browse files
authored
Fix: [AEA-0000] - use new regression test tag (#1987)
## Summary - Routine Change ### Details - use new regression test tag
1 parent 5984764 commit d7e40af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
run: |
7272
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
7373
# this should be the tag of the tests you want to run
74-
REGRESSION_TEST_REPO_TAG=v3.0.0
74+
REGRESSION_TEST_REPO_TAG=v3.2.2
7575
7676
# this should be the tag of the regression test workflow you want to run
7777
# This will normally be the same as REGRESSION_TEST_REPO_TAG
78-
REGRESSION_TEST_WORKFLOW_TAG=v3.0.0
78+
REGRESSION_TEST_WORKFLOW_TAG=v3.2.2
7979
8080
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
8181
poetry install

0 commit comments

Comments
 (0)