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