diff --git a/.circleci/config.yml b/.circleci/config.yml index 8508d8196..b6a9a19e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,6 +159,8 @@ jobs: description: Test suite name to report to CircleCI. docker: - image: cimg/go:1.19.7 + environment: + LOTUS_HARMONYDB_HOSTS=yugabyte - image: yugabytedb/yugabyte:latest command: bin/yugabyted start --daemon=false name: yugabyte diff --git a/.circleci/template.yml b/.circleci/template.yml index 8e340f70a..d3eb1d2cd 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -159,6 +159,8 @@ jobs: description: Test suite name to report to CircleCI. docker: - image: cimg/go:[[ .GoVersion]] + environment: + LOTUS_HARMONYDB_HOSTS=yugabyte - image: yugabytedb/yugabyte:latest command: bin/yugabyted start --daemon=false name: yugabyte