diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 853c6dc..c2d462f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: poetry-version: 1.7.1 - run: poetry install - - run: poetry run pytest + - run: poetry run tests - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3