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