Skip to content

Commit 9b1f79e

Browse files
committed
CCM-10483: upload all consumer generated contracts
1 parent 7fb647b commit 9b1f79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contracts/scripts/upload-consumer-pacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66

77
script_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )";
88

9-
consumer_service_dirs=("auth" "core")
9+
consumer_service_dirs=("auth" "core" "templates")
1010
consumer_pact_dir="consumer/pacts"
1111

1212
for consumer in "${consumer_service_dirs[@]}"; do

0 commit comments

Comments
 (0)