diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index f3f8bc77..8fbd2304 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -69,7 +69,7 @@ jobs: poetry install --no-root --with dev - name: Check flake8 - run: poetry run flake8 -v + run: poetry run flake8 -v src/ - name: Run SQLite tests run: poetry run py.test --cov --cov-report=xml