Skip to content

Commit

Permalink
chore: revert to paulogoncalves url
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored and PauloGoncalvesBH committed Mar 6, 2024
1 parent 552750f commit 917387e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consumer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
PACT_BROKER_BASE_URL: https://saflow.pactflow.io
PACT_BROKER_BASE_URL: https://paulogoncalves.pactflow.io
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
PACT_BROKER_BASE_URL: https://saflow.pactflow.io
PACT_BROKER_BASE_URL: https://paulogoncalves.pactflow.io
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ consumer-test-contract:


PACT_CLI="docker run --rm -v ${PWD}:${PWD} -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli"
GITHUB_REPO := "you54f/contract-test-nirvana"
GITHUB_REPO := "paulogoncalves/contract-test-nirvana"
PROVIDER='clients-service'

# export the GITHUB_TOKEN environment variable before running this
Expand Down
2 changes: 1 addition & 1 deletion provider-clients-service/test/contract/contract.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("Clients Service Verification", () => {
}

const fetchPactsDynamicallyOptions = {
pactBrokerUrl: 'https://saflow.pactflow.io',
pactBrokerUrl: 'https://paulogoncalves.pactflow.io',
consumerVersionSelectors: [
{
mainBranch: true
Expand Down

0 comments on commit 917387e

Please sign in to comment.