Skip to content

Commit

Permalink
[TT-974] Add chainlink-evm dependency update to chainlink build (#159)
Browse files Browse the repository at this point in the history
TT-974 Add chainlink-evm dependency update to chainlink build
  • Loading branch information
tateexon committed Mar 6, 2024
1 parent 2031e56 commit 5bee84d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions chainlink-testing-framework/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ inputs:
dep_common_sha:
required: false
description: chainlink-common commit or branch
dep_evm_sha:
required: false
description: chainlink-evm commit or branch
QA_AWS_REGION:
required: true
description: The AWS region to use
Expand Down Expand Up @@ -94,14 +97,15 @@ runs:
if: ${{ inputs.dep_common_sha }}
shell: bash
run: go get github.com/smartcontractkit/chainlink-common@${{ inputs.dep_common_sha }}
- name: Replace chainlink-evm deps
if: ${{ inputs.dep_evm_sha }}
shell: bash
run: go get github.com/smartcontractkit/chainlink-evm@${{ inputs.dep_evm_sha }}
- name: Tidy
shell: bash
env:
GOPRIVATE: ${{ inputs.GOPRIVATE }}
run: go mod tidy
- name: Env vars
shell: bash
run: env
- name: Cat go.mod
shell: bash
run: cat go.mod
Expand Down

0 comments on commit 5bee84d

Please sign in to comment.