Skip to content

Commit 84fd610

Browse files
authored
Fix: [AEA-0000] - bump regression tests (#2225)
## Summary - Routine Change ### Details - bump regression test tag
1 parent f60fb07 commit 84fd610

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ _site/
2626
.jekyll-cache
2727
.jekyll-metadata
2828
vendor
29+
.npmrc

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,8 @@ aws-login:
199199

200200
cfn-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

0 commit comments

Comments
 (0)