Skip to content

Commit

Permalink
#22: fix: remove redundant option from MongoDB service
Browse files Browse the repository at this point in the history
  • Loading branch information
ReznikovRoman committed Jul 10, 2022
1 parent 9415914 commit c64b6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
ports:
- 27017:27017
options: >-
--entrypoint "mongod --auth"
--health-cmd "echo 'db.runCommand("ping").ok' | mongo mongodb:27017/ugc_test --quiet || exit 1"
--health-interval 10s
--health-timeout 10s
Expand Down

0 comments on commit c64b6a6

Please sign in to comment.