We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de7d38 commit cd35739Copy full SHA for cd35739
1 file changed
.github/workflows/run_regression_tests.yml
@@ -63,7 +63,7 @@ jobs:
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=aea-6055-post-dated-updates
+ REGRESSION_TEST_WORKFLOW_TAG=v3.9.26
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