Contract Testing with Pact #7
pact { | |
publish { | |
pactDirectory = 'app/target/pacts' | |
pactBrokerUrl = 'https://doordash.pact.dius.com.au' | |
pactBrokerUsername = System.getenv('PACT_BROKER_USERNAME') | |
pactBrokerPassword = System.getenv('PACT_BROKER_PASSWORD') | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment