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