Skip to content

Commit

Permalink
Install newer version of pact
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 committed Aug 31, 2023
1 parent 0750ac3 commit e589e2f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,13 @@ jobs:
if: steps.cache-mod.outputs.cache-hit != 'true'
- name: Test Pact contracts
run: |
wget -qO- https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.92.0/pact-1.92.0-linux-x86_64.tar.gz | tar xz --one-top-level=./pactcli
PATH=${PATH}:$(pwd)/pactcli/pact/bin
# wget -qO- https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.92.0/pact-1.92.0-linux-x86_64.tar.gz | tar xz --one-top-level=./pactcli
# wget -qO- https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v2.0.4/pact-2.0.4-linux-x86_64.tar.gz | tar xz --one-top-level=./pactcli
# PATH=${PATH}:$(pwd)/pactcli/pact/bin
go get github.com/pact-foundation/pact-go/[email protected]
go install github.com/pact-foundation/pact-go/[email protected]
pact-go help
pact-go -l DEBUG install
COMMIT_SHA=${COMMIT_SHA:0:7}
make pact

0 comments on commit e589e2f

Please sign in to comment.