Skip to content

Commit 88cc046

Browse files
committed
CCM-13038: debug
1 parent 02fed92 commit 88cc046

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
511
# Ensure we have the latest package matching the major version
612
npm install --no-lockfile @nhsdigital/nhs-notify-event-schemas-letter-rendering@^2.0.0
713

0 commit comments

Comments
 (0)