Skip to content

Commit b2f75d9

Browse files
committed
Try adding etcd
1 parent e4aa0f4 commit b2f75d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ jobs:
88
platform: [ubuntu-latest]
99
runs-on: ${{ matrix.platform }}
1010
name: Go ${{ matrix.go-version }} (${{ matrix.platform }})
11+
services:
12+
etcd:
13+
image: quay.io/coreos/etcd:v3.5.0
14+
env:
15+
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
16+
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
17+
ports:
18+
- 127.0.0.1:2379:2379
1119
steps:
1220
- name: Checkout code
1321
uses: actions/checkout@v2

0 commit comments

Comments
 (0)