Skip to content

Commit

Permalink
PP-11279: Run connector-as-consumer pact test against adminusers-as-p…
Browse files Browse the repository at this point in the history
…rovider

This is because we now have a [messaging pact
test](alphagov/pay-connector#4837) where connector is
the consumer and adminusers is the provider.
  • Loading branch information
oswaldquek committed Nov 16, 2023
1 parent 26dc940 commit 90ddb36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,13 +608,21 @@ jobs:
path: src
status: pending
context: app-as-consumer pact verification
- get: adminusers-master
- get: ledger-master
- get: cardid-master
params: { submodules: none }
- <<: *pact-provider-test-preflight-check
params:
consumer: connector
- in_parallel:
- <<: *pact-provider-verification
task: adminusers-provider-pact-verification
input_mapping:
test_target: adminusers-master
params:
consumer: connector
provider: adminusers
- <<: *pact-provider-verification
task: ledger-provider-pact-verification
input_mapping:
Expand Down

0 comments on commit 90ddb36

Please sign in to comment.