Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Sep 17, 2024
1 parent 111b3d1 commit 92dc576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Set up docker clusters
run: |
docker build -t couchdb-cluster - < docker-couchdb-cluster/Dockerfile
docker ps
docker run -d --name couchdb-cluster -p 15984:15984 -p 15986:15986 -p 25984:25984 -p 25986:25986 -p 35984:35984 -p 35986:35986 -p 45984:45984 -p 45986:45986 -t couchdb-cluster --with-admin-party-please -n 4
#-v $(pwd)/data:/usr/src/couchdb/dev/lib/ \
- name: Run tests
Expand Down

0 comments on commit 92dc576

Please sign in to comment.