We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499cd67 commit 7b17865Copy full SHA for 7b17865
1 file changed
.github/workflows/run_regression_tests.yml
@@ -60,11 +60,11 @@ jobs:
60
run: |
61
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
62
# this should be the tag of the tests you want to run
63
- REGRESSION_TEST_REPO_TAG=v3.10.9
+ REGRESSION_TEST_REPO_TAG=v3.12.20
64
65
# this should be the tag of the regression test workflow you want to run
66
# This will normally be the same as REGRESSION_TEST_REPO_TAG
67
- REGRESSION_TEST_WORKFLOW_TAG=v3.10.9
+ REGRESSION_TEST_WORKFLOW_TAG=v3.12.20
68
69
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
70
poetry install
0 commit comments