Skip to content

Commit 696e2da

Browse files
committed
CCM-13038: debug
1 parent 88cc046 commit 696e2da

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
- name: "Generate dependencies"
131131
run: npm run generate-dependencies --workspaces --if-present
132132
- name: "Run PACT tests"
133+
env:
134+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133135
run: npm run test:pact --workspace tests
134136
- name: Publish Pact Contracts
135137
env:

tests/pact-tests/run-pact-tests.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
set -euo pipefail
44

5-
ROOT_DIR="$(git rev-parse --show-toplevel)"
6-
7-
echo "Running set-github-token.sh"
8-
9-
$ROOT_DIR/scripts/set-github-token.sh
10-
115
# Ensure we have the latest package matching the major version
126
npm install --no-lockfile @nhsdigital/nhs-notify-event-schemas-letter-rendering@^2.0.0
137

0 commit comments

Comments
 (0)