We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc046 commit 696e2daCopy full SHA for 696e2da
.github/workflows/stage-2-test.yaml
@@ -130,6 +130,8 @@ jobs:
130
- name: "Generate dependencies"
131
run: npm run generate-dependencies --workspaces --if-present
132
- name: "Run PACT tests"
133
+ env:
134
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
run: npm run test:pact --workspace tests
136
- name: Publish Pact Contracts
137
env:
tests/pact-tests/run-pact-tests.sh
@@ -2,12 +2,6 @@
2
3
set -euo pipefail
4
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
11
# Ensure we have the latest package matching the major version
12
npm install --no-lockfile @nhsdigital/nhs-notify-event-schemas-letter-rendering@^2.0.0
13
0 commit comments