Skip to content

Commit

Permalink
Try adding etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mattayes committed Nov 3, 2023
1 parent e4aa0f4 commit b2f75d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
name: Go ${{ matrix.go-version }} (${{ matrix.platform }})
services:
etcd:
image: quay.io/coreos/etcd:v3.5.0
env:
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
ports:
- 127.0.0.1:2379:2379
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit b2f75d9

Please sign in to comment.