From 2c5aff2d5c608cb478894fa9d53b9fb2d4b03a49 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Fri, 15 Nov 2024 10:31:12 -0500 Subject: [PATCH] Re-addedo org work flow --- .github/workflows/integration-tests-smoke.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index ab8e04dda..e82ddb8cf 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -202,9 +202,9 @@ jobs: uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@00c164251be2a7c5b2b23a6e5f7014982f232c14 # v2.3.31 with: aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }} - test_command_to_run: nix develop -c sh -c "make test=${{ matrix.image.test-name }} test-integration-smoke-ci" - test_download_vendor_packages_command: git config --global url."https://x-access-token:${{ steps.setup-github-token.outputs.access-token }}@github.com/".insteadOf "https://github.com/" && \ - go env -w GOPRIVATE=github.com/smartcontractkit/* + test_command_to_run: nix develop -c sh -c "make test=${{ matrix.image.test-name }} test-integration-smoke-ci" && \ + git config --global url."https://x-access-token:${{ steps.setup-github-token.outputs.access-token }}@github.com/".insteadOf "https://github.com/" && \ + go env -w GOPRIVATE=github.com/smartcontractkit/* cl_repo: ${{ env.CL_ECR }} cl_image_tag: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }} token: ${{ steps.setup-github-token.outputs.access-token }}