start mongo as replset
This commit is contained in:
parent
bd60183e1c
commit
55fec074f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: lein deps
|
||||
- name: Start mongo
|
||||
run: sudo docker run --rm -d -p 27017:27017 mongo
|
||||
run: sudo docker run --rm -d -p 27017:27017 mongo --replSet rs1
|
||||
- name: Run tests
|
||||
run: lein test
|
||||
- name: Publish
|
||||
|
|
|
|||
Loading…
Reference in a new issue