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 02fed92 commit 88cc046Copy full SHA for 88cc046
tests/pact-tests/run-pact-tests.sh
@@ -2,6 +2,12 @@
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