From 579e7a14c94787bca037a56e8e3029ee54656b80 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Fri, 15 Nov 2024 08:20:44 -0500 Subject: [PATCH] Barebones command for env --- .github/workflows/integration-tests-smoke.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index ad4dff4a9..ab8e04dda 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -203,8 +203,7 @@ jobs: 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: cd integration-tests && nix develop -c go mod download && \ - git config --global url."https://x-access-token:${{ steps.setup-github-token.outputs.access-token }}@github.com/".insteadOf "https://github.com/" && \ + 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/* cl_repo: ${{ env.CL_ECR }} cl_image_tag: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }}