Skip to content

Commit 7b42bed

Browse files
committed
fix:buildandtest.yml etcd for options
1 parent 3d24722 commit 7b42bed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildandtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
image: quay.io/coreos/etcd:v3.5.18
4040
ports:
4141
- 2379:2379
42-
command: >
43-
etcd
44-
--advertise-client-urls http://0.0.0.0:2379
42+
options: >-
43+
--name etcd
44+
--advertise-client-urls http://127.0.0.1:2379
4545
--listen-client-urls http://0.0.0.0:2379
4646
env:
4747
ETCDCTL_API: 3

0 commit comments

Comments
 (0)