Skip to content

Commit

Permalink
Removed unnec command
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Nov 18, 2024
1 parent dad4586 commit fc242ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fc242ff

Please sign in to comment.