Remove mongo from CI

pull/129/head
stijndcl 2022-08-29 21:20:15 +02:00
parent 29f83c1343
commit a51da649db
1 changed files with 0 additions and 11 deletions

View File

@ -38,17 +38,6 @@ jobs:
POSTGRES_DB: didier_pytest
POSTGRES_USER: pytest
POSTGRES_PASSWORD: pytest
mongo:
image: mongo:5.0
options: >-
--health-cmd mongo
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 27018:27017
env:
MONGO_DB: didier_pytest
steps:
- uses: actions/checkout@v3
- name: Setup Python