Skip to content

Commit

Permalink
feat: included mongoDB service in backend CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg committed Jul 6, 2023
1 parent 10eff5e commit 260bfe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
python-version: 3.9

- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 4.4

- name: Install dependencies
working-directory: api
run: |
Expand Down
1 change: 0 additions & 1 deletion api/shareable.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from bson.objectid import ObjectId
from pydantic import BaseModel
from motor.motor_asyncio import AsyncIOMotorClient
from loguru import logger


class PlanData(BaseModel):
Expand Down

0 comments on commit 260bfe3

Please sign in to comment.