From fc242ff08c81057a12352b16db674e98983d4a14 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Mon, 18 Nov 2024 10:56:43 -0500 Subject: [PATCH] Removed unnec command --- .github/workflows/integration-tests-smoke.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index 4e51f0c76..793ee7018 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -202,9 +202,7 @@ jobs: uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d1fce734a6210acb41a8bbbb0cc81301e47aee89 # v2.3.32 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" && \ - 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" cl_repo: ${{ env.CL_ECR }} cl_image_tag: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }} token: ${{ secrets.GITHUB_TOKEN }}