Skip to content

Commit

Permalink
fix: correct action for mongo instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio committed Jun 15, 2024
1 parent d67bf1e commit a9baef6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
ruff --output-format=github .
- name: Start MongoDB (in-memory)
uses: mongo/docker-mongo@v3
uses: supercharge/[email protected]
with:
uri: mongodb://localhost:27017
mongodb-version: "7.0"


- name: Run Pytest
run: pytest

0 comments on commit a9baef6

Please sign in to comment.