Skip to content

Commit 943cdd9

Browse files
committed
chore(ci): update pact-cli command to pact
1 parent 4ff7812 commit 943cdd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ruby-version: ${{ matrix.ruby_version }}
2525
bundler-cache: true
2626
- uses: you54f/pact-cli@main
27-
- run: pact-cli plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
27+
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
2828
- name: Test Pact-Ruby Specs
2929
run: "bundle exec rake"
3030
- name: Test Pact-Ruby Zoo App Specs
@@ -64,7 +64,7 @@ jobs:
6464
ruby-version: ${{ matrix.ruby_version }}
6565
bundler-cache: true
6666
- uses: you54f/pact-cli@main
67-
- run: pact-cli plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
67+
- run: pact plugin install --yes https://github.com/mefellows/pact-matt-plugin/releases/tag/v0.1.1
6868
- run: "bundle exec appraisal install"
6969
- run: "bundle exec appraisal rack-2 rake"
7070
- run: "bundle exec appraisal rack-2 rake spec:v2"

0 commit comments

Comments
 (0)