From a9baef63a552ce0d19c9027221b9c4d8391dffc5 Mon Sep 17 00:00:00 2001 From: ThisIsDemetrio Date: Sat, 15 Jun 2024 17:29:22 +0200 Subject: [PATCH] fix: correct action for mongo instance --- .github/workflows/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cc5c251..71ccaf6 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -29,9 +29,10 @@ jobs: ruff --output-format=github . - name: Start MongoDB (in-memory) - uses: mongo/docker-mongo@v3 + uses: supercharge/mongodb-github-action@1.11.0 with: - uri: mongodb://localhost:27017 + mongodb-version: "7.0" + - name: Run Pytest run: pytest \ No newline at end of file