Skip to content

Commit

Permalink
use newer ecrimagefetcher (#14949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Oct 25, 2024
1 parent 66cd65e commit 5265c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
- name: Set Up ecrimagefetcher
shell: bash
run: |
go install github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher@v1.0.1
go install github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher@v1.50.2
- name: Get latest docker images from ECR
if: ${{ github.event.inputs.base64TestList == '' }}
env:
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
- name: Show Grafana url in test summary
if: always()
uses: smartcontractkit/.github/actions/ctf-show-grafana-in-test-summary@b6e37806737eef87e8c9137ceeb23ef0bff8b1db # [email protected]

start-slack-thread:
name: Start Slack Thread
if: always() && needs.*.result != 'skipped' && needs.*.result != 'cancelled' && needs.should-run.outputs.should_run == 'true' && (needs.select-versions.outputs.evm_implementations != '' || github.event.inputs.base64TestList != '')
Expand Down

0 comments on commit 5265c60

Please sign in to comment.