File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ jobs:
7676 run : |
7777 if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
7878 # this should be the tag of the tests you want to run
79- REGRESSION_TEST_REPO_TAG=v3.3.1
79+ REGRESSION_TEST_REPO_TAG=v3.6.2
8080
8181 # this should be the tag of the regression test workflow you want to run
8282 # This will normally be the same as REGRESSION_TEST_REPO_TAG
83- REGRESSION_TEST_WORKFLOW_TAG=v3.3.1
83+ REGRESSION_TEST_WORKFLOW_TAG=v3.6.2
8484
8585 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
8686 poetry install
Original file line number Diff line number Diff line change 2626.jekyll-cache
2727.jekyll-metadata
2828vendor
29+ .npmrc
Original file line number Diff line number Diff line change @@ -199,3 +199,8 @@ aws-login:
199199
200200cfn-guard :
201201 ./scripts/run_cfn_guard.sh
202+
203+ create-npmrc :
204+ gh auth login --scopes " read:packages" ; \
205+ echo " //npm.pkg.github.com/:_authToken=$$ (gh auth token)" > .npmrc
206+ echo " @nhsdigital:registry=https://npm.pkg.github.com" >> .npmrc
You can’t perform that action at this time.
0 commit comments