Skip to content

Commit bd0bcd1

Browse files
committed
test(client): added autosuggest session pacts
1 parent 2194e44 commit bd0bcd1

File tree

8 files changed

+4419
-35
lines changed

8 files changed

+4419
-35
lines changed

.circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
- setup_environment
8282
- node/install-packages
8383
- run: npm run coverage
84+
- run:
85+
name: Publish Pacts to Broker
86+
command: npm run pact:publish
8487
- run:
8588
name: Inject version constant
8689
command: sed -ie "s/__VERSION__/${VERSION}/g" src/lib/constants.ts
@@ -126,7 +129,8 @@ workflows:
126129
version: 2
127130
build-and-deploy:
128131
jobs:
129-
- build_test
132+
- build_test:
133+
context: w3w-pact
130134
- publish:
131135
context: org-global
132136
requires:

0 commit comments

Comments
 (0)