Skip to content

Commit

Permalink
chore: publish pacts with verbose enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 3, 2021
1 parent 6961f40 commit f5866a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: |
rm -rf spec/pacts/*
bundle exec rspec spec/service_providers/
bundle exec rake pact:publish:pactflow
VERBOSE=true bundle exec rake pact:publish:pactflow
env:
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_PACT_OSS_TOKEN }}
PACT_BROKER_FEATURES: ${{ matrix.feature }}
Expand Down

0 comments on commit f5866a3

Please sign in to comment.