We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5984764 commit d7e40afCopy full SHA for d7e40af
.github/workflows/run_regression_tests.yml
@@ -71,11 +71,11 @@ jobs:
71
run: |
72
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
73
# this should be the tag of the tests you want to run
74
- REGRESSION_TEST_REPO_TAG=v3.0.0
+ REGRESSION_TEST_REPO_TAG=v3.2.2
75
76
# this should be the tag of the regression test workflow you want to run
77
# This will normally be the same as REGRESSION_TEST_REPO_TAG
78
- REGRESSION_TEST_WORKFLOW_TAG=v3.0.0
+ REGRESSION_TEST_WORKFLOW_TAG=v3.2.2
79
80
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
81
poetry install
0 commit comments