diff --git a/.github/workflows/daily_parser.yml b/.github/workflows/daily_parser.yml index 24b2a47..ef8990b 100644 --- a/.github/workflows/daily_parser.yml +++ b/.github/workflows/daily_parser.yml @@ -16,14 +16,14 @@ jobs: services: mongodb: - image: mongo:latest + image: mongo:5.0 ports: - 27017:27017 - options: >- - --health-cmd "mongo --eval 'db.runCommand({ ping: 1 })'" - --health-interval 10s - --health-timeout 5s - --health-retries 3 + # options: >- + # --health-cmd "mongo --eval 'db.runCommand({ ping: 1 })'" + # --health-interval 10s + # --health-timeout 5s + # --health-retries 3 steps: # Step 1: Checkout the repository