diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6218c2..54a17fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: - develop jobs: - ci: + pytest: strategy: fail-fast: false runs-on: ubuntu-latest @@ -20,4 +20,4 @@ jobs: with: poetry-version: "1.6.1" - name: Run pytest - run: poetry --help + run: poetry pytest