Skip to content

Commit

Permalink
checkout mk/bump-chainlink-ccip branch on ccip
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Aug 12, 2024
1 parent 827f21f commit 01ed8ca
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
run: |
git clone https://github.com/smartcontractkit/ccip.git
cd ccip
git checkout ccip-develop
- name: Update chainlink-ccip dependency in ccip
run: |
cd ccip
go get github.com/smartcontractkit/chainlink-ccip@${{ github.event.pull_request.head.sha }}
make gomodtidy
git fetch
git checkout mk/bump-chainlink-ccip
# TODO: remove this temporarily just to test the integration test run, which should be passing.
# - name: Update chainlink-ccip dependency in ccip
# run: |
# cd ccip
# go get github.com/smartcontractkit/chainlink-ccip@${{ github.event.pull_request.head.sha }}
# make gomodtidy
- name: Setup Postgres
uses: ./.github/actions/setup-postgres
- name: Download Go vendor packages
Expand Down

0 comments on commit 01ed8ca

Please sign in to comment.