Skip to content

Commit

Permalink
rs.initiate()
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Apr 4, 2024
1 parent 06fe10a commit 2394c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
ports:
- "27017:27017"
options: >-
--health-cmd mongo
--health-cmd "mongo --eval 'rs.initiate();'"
--health-interval 15s
--health-timeout 5s
--health-retries 5
--entrypoint "/entrypoint.sh --replSet"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2394c3b

Please sign in to comment.