We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bbb90 commit 42bd082Copy full SHA for 42bd082
.github/workflows/continuous_delivery.yml
@@ -174,3 +174,8 @@ jobs:
174
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
175
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
176
run: npx semantic-release
177
+ - name: Run contract test
178
+ run: npm run test:contract
179
+ env:
180
+ PACT_BROKER_BASE_URL: https://paulogoncalves.pactflow.io
181
+ PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}
0 commit comments