Skip to content

Commit

Permalink
ci: Set E2E_TESTS_FORCE_USE_MYCELO in e2e tests (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
palango authored and gastonponti committed Mar 13, 2023
1 parent b54b2a9 commit f537baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ end-to-end-test: &end-to-end-test
no_output_timeout: 15m
command: |
export PATH=${PATH}:~/repos/golang/go/bin
export E2E_TESTS_FORCE_USE_MYCELO=true
cd celo-monorepo/packages/celotool
./${TEST_NAME} local ~/repos/geth
# Note, all e2e tests call 'make all' in ~/repos/geth, this causes most code
Expand Down

0 comments on commit f537baa

Please sign in to comment.