From f8e0fb1fab2cd49d115ad89135c49d70770fd279 Mon Sep 17 00:00:00 2001 From: ThisIsDemetrio Date: Sat, 15 Jun 2024 17:57:22 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20clear=20some=20code=20up=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ad81694..aeb7939 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,4 +1,4 @@ -name: Python Tests with MongoDB +name: Linting and Testing on: push: @@ -6,7 +6,7 @@ on: pull_request: jobs: - test: + job: runs-on: ubuntu-latest strategy: fail-fast: false