Skip to content

Commit

Permalink
Fix circleci integration test invocation (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeaumont committed Jan 28, 2021
1 parent c79b896 commit 0e9ea1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -225,10 +225,12 @@ jobs:
- docker-pull-build-image
- run: mkdir test-results
- docker-run:
cmd: TEST_V=1 GIT_SSH_COMMAND="ssh -i /root/.ssh/${SSH_KEY_NAME}" make integration-test
cmd: make integration-test
timeout: 35m
options: >-
--init
--env=TEST_V=1
--env=GIT_SSH_COMMAND="ssh -i /root/.ssh/${SSH_KEY_NAME}"
--env=AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
--env=AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
- store_test_results:
Expand Down

0 comments on commit 0e9ea1f

Please sign in to comment.