diff --git a/.circleci/config.yml b/.circleci/config.yml index 24494d35a..7abb9d5fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,6 +159,7 @@ 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 diff --git a/.circleci/template.yml b/.circleci/template.yml index 4fd460aef..d8eeb6048 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -159,6 +159,7 @@ 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