Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: you54f/pact-cli@main
- run: pact-cli plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
- name: Test Pact-Ruby Specs
run: "bundle exec rake"
- name: Test Pact-Ruby Zoo App Specs
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: you54f/pact-cli@main
- run: pact-cli plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
- run: "bundle exec appraisal install"
- run: "bundle exec appraisal rack-2 rake"
- run: "bundle exec appraisal rack-2 rake spec:v2"
Expand Down