Skip to content

Commit 3d24722

Browse files
committed
feat:buildandtest.yml for etcd error
1 parent ac1360f commit 3d24722

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/buildandtest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
image: quay.io/coreos/etcd:v3.5.18
4040
ports:
4141
- 2379:2379
42-
command: etcd --advertise-client-urls http://0.0.0.0:2379 --listen-client-urls http://0.0.0.0:2379
42+
command: >
43+
etcd
44+
--advertise-client-urls http://0.0.0.0:2379
45+
--listen-client-urls http://0.0.0.0:2379
4346
env:
4447
ETCDCTL_API: 3
4548
ALLOW_NONE_AUTHENTICATION: "yes"

0 commit comments

Comments
 (0)