From 3a51ca55237a315ac7b8b2624b3f05ffb12eebe9 Mon Sep 17 00:00:00 2001 From: Tate Date: Fri, 7 Oct 2022 11:08:37 -0600 Subject: [PATCH] Update the soak tests action versions --- .github/workflows/e2e_custom_cl.yml | 1 + .github/workflows/soak.yml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index e6cdecfa4..220152a80 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -75,6 +75,7 @@ jobs: uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20 with: test_command_to_run: make test_smoke + go_mod_path: ./tests/go.mod cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink cl_image_tag: custom.${{ github.event.pull_request.head.sha }} download_contract_artifacts_path: contracts/target/deploy diff --git a/.github/workflows/soak.yml b/.github/workflows/soak.yml index 3ced24364..7d8b3ec1a 100644 --- a/.github/workflows/soak.yml +++ b/.github/workflows/soak.yml @@ -36,7 +36,7 @@ jobs: contents: read steps: - name: Build Image - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.20 with: cl_repo: smartcontractkit/chainlink # by default we are integrating with develop @@ -66,9 +66,10 @@ jobs: - name: Checkout the repo uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1 - name: Run Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20 with: test_command_to_run: make test_ocr_soak + go_mod_path: ./tests/go.mod cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink cl_image_tag: custom.${{ github.sha }} download_contract_artifacts_path: contracts/target/deploy