From 7a01711a171ec47db75f5d59f72e09c82bc5106c Mon Sep 17 00:00:00 2001 From: gheorghestrimtu Date: Tue, 20 Aug 2024 14:35:13 +0300 Subject: [PATCH] add test_config_override_base_64 --- .github/workflows/automation-nightly-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index 5db29dba315..37c74510060 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -120,6 +120,7 @@ jobs: with: test_command_to_run: cd ./integration-tests && go test -timeout 60m -count=1 -json -test.parallel=${{ matrix.tests.nodes }} ${{ matrix.tests.command }} 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage -hidepassingtests=false -hidepassinglogs test_download_vendor_packages_command: cd ./integration-tests && go mod download + test_config_override_base64: ${{ env.BASE64_CONFIG_OVERRIDE }} cl_repo: 'public.ecr.aws/chainlink/chainlink' cl_image_tag: 'latest' aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}