From a55bde2a0b03b902a938674615057979b1b4568d Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:56:21 +0200 Subject: [PATCH] bump run-test --- .github/workflows/ccip-live-network-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccip-live-network-tests.yml b/.github/workflows/ccip-live-network-tests.yml index 6087e240ad..47f4171250 100644 --- a/.github/workflows/ccip-live-network-tests.yml +++ b/.github/workflows/ccip-live-network-tests.yml @@ -178,7 +178,7 @@ jobs: chainlinkVersion: ${{ env.CHAINLINK_VERSION }} logstreamLogTargets: ${{ vars.LOGSTREAM_LOG_TARGETS }} - name: Run Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@6bff93c41685269bafbd056b55419bb8c6dcceda # v2.3.32 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d5a9a88d512a5299d21b2aeae378359044d9d6b6 # v2.3.32 env: TEST_SUITE: load TEST_ARGS: -test.timeout 900h @@ -287,7 +287,7 @@ jobs: chainlinkVersion: ${{ env.CHAINLINK_VERSION }} logstreamLogTargets: ${{ vars.LOGSTREAM_LOG_TARGETS }} - name: Run Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@6bff93c41685269bafbd056b55419bb8c6dcceda # v2.3.32 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d5a9a88d512a5299d21b2aeae378359044d9d6b6 # v2.3.32 env: TEST_SUITE: smoke TEST_ARGS: -test.timeout 900h