diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce30d76..f2ab7fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + tests: runs-on: ubuntu-latest strategy: @@ -30,6 +30,7 @@ jobs: - name: Install dependencies run: | poetry install + poetry shell - name: Test with pytest run: | - .venv/bin/pytest + pytest