Skip to content

Commit

Permalink
PP-5670: Specify consumer when running provider test
Browse files Browse the repository at this point in the history
Also according to the pact broker frontend doesn't seem to have pacts with
adminusers so I've removed this from the build.
  • Loading branch information
oswaldquek committed Oct 2, 2019
1 parent f0125bb commit e47ca21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ pipeline {
env.PACT_TAG = gitBranchName()
}
ws('contract-tests-wp') {
runPactProviderTests("pay-adminusers", "${env.PACT_TAG}")
runPactProviderTests("pay-connector", "${env.PACT_TAG}")
runPactProviderTests("pay-connector", "${env.PACT_TAG}", "frontend")
}
}
post {
Expand Down

0 comments on commit e47ca21

Please sign in to comment.