Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Jul 22, 2024
1 parent bb0da90 commit 6296b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
COUCHDB_USER: admin
COUCHDB_PASSWORD: abc123
image: couchdb:2.2.0
options: >
--health-cmd "curl -sSf http://localhost:5984/_up"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5984:5984
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit 6296b66

Please sign in to comment.