circleci test 17
This commit is contained in:
parent
b9c615ace5
commit
3fed2b207b
@ -159,6 +159,8 @@ jobs:
|
|||||||
description: Test suite name to report to CircleCI.
|
description: Test suite name to report to CircleCI.
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.19.7
|
- image: cimg/go:1.19.7
|
||||||
|
environment:
|
||||||
|
LOTUS_HARMONYDB_HOSTS=yugabyte
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start --daemon=false
|
command: bin/yugabyted start --daemon=false
|
||||||
name: yugabyte
|
name: yugabyte
|
||||||
|
@ -159,6 +159,8 @@ jobs:
|
|||||||
description: Test suite name to report to CircleCI.
|
description: Test suite name to report to CircleCI.
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:[[ .GoVersion]]
|
- image: cimg/go:[[ .GoVersion]]
|
||||||
|
environment:
|
||||||
|
LOTUS_HARMONYDB_HOSTS=yugabyte
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start --daemon=false
|
command: bin/yugabyted start --daemon=false
|
||||||
name: yugabyte
|
name: yugabyte
|
||||||
|
Loading…
Reference in New Issue
Block a user