Skip to content

Commit

Permalink
chore: trying to update the makefile to run the transform script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saup21 committed Jun 24, 2024
1 parent 146c6ae commit 5c74dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pact: pact-go

publish:
@echo "--- 🤝 Transforming Broken Keys in Pact File"
"$(PWD)/scripts/transform-broken-keys.sh"
@echo "--- 🤝 Publishing Pact"
"${PACT_CLI}" publish ${PWD}/client/pacts --consumer-app-version ${GITHUB_SHA} --tag ${GITHUB_BRANCH}

Expand Down

0 comments on commit 5c74dc0

Please sign in to comment.