Skip to content

Commit

Permalink
fix: simplified mongo test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie authored Dec 16, 2023
1 parent 611b311 commit 0ca3000
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
image: mongo
ports:
- 27017:27017
options: >-
--health-cmd "mongo --eval 'db.runCommand({ ping: 1 })'"
--health-interval 10s
--health-timeout 5s
--health-retries 5

steps:
- name: Check out repository
Expand Down

0 comments on commit 0ca3000

Please sign in to comment.