Skip to content

Commit

Permalink
test: pass pact broker credentials to publish verification results
Browse files Browse the repository at this point in the history
  • Loading branch information
jangjunha committed Sep 14, 2023
1 parent 7236d8c commit 9e7dc74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftgo-order-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ grpc:
port: 0
pactbroker:
url: https://pact.ftgo.jangjunha.me/
username: ${PACT_BROKER_USERNAME}
password: ${PACT_BROKER_PASSWORD}

0 comments on commit 9e7dc74

Please sign in to comment.